Open BryanWBear opened 4 years ago
Hi @BryanWBear I sadly never used torchserve, so I sadly cannot help.
ah it's okay! thank you for the timely response.
Hi @BryanWBear,
I used decision by Hamid Shojanazeri on https://github.com/pytorch/serve/issues/681.
Regards
@lessenko I ended up doing the same thing. Thanks!
Hi @BryanWBear and @lessenko,
From your experiences could you guide me through the main steps to deploy sentence transformer model from UPKLab on the cloud?
The closest example that I could find is https://github.com/pytorch/serve/tree/issue_390/examples/semantic_search. However, this seems a bit ad-hoc and also the model files seem to be different now. Is there a recommended way to deploy SentenceTransformers using torchserve / an example?