It would be great if you can let me know the feasibility of running alphagenome API in offline.
Thanks and Regards,
It would be great if you can let me know the feasibility of running alphagenome API in offline.
Thanks and Regards,
Hi! the model hasn’t been released yet so it’s not available for local deployment. We’ll keep this community posted when we release the model.
With the release of the model, are you planning on releasing the code to setup the gRPC server for local deployment? It would be very useful for our laboratory
Hi @Breno_Uliana_de_Ange, welcome to the forum!
Unfortunately we don’t plan to release the gRPC server implementation, but it shouldn’t be too difficult to implement using the OSS model. If you did go down this route, I’d recommend enforcing a restricted number of tracks, as this means you could do away with needing bidi-streaming, which would simplify things.
Hope that helps!