Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move pytorch-based models over to TorchServe #19

Open
lucaro opened this issue Feb 2, 2024 · 2 comments
Open

Move pytorch-based models over to TorchServe #19

lucaro opened this issue Feb 2, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@lucaro
Copy link
Member

lucaro commented Feb 2, 2024

Whenever we use external models for feature extraction that are based on torch, it's presumably much more efficient to serve them through TorchServe.

@lucaro lucaro added the enhancement New feature or request label Feb 2, 2024
@ppanopticon
Copy link
Member

So the tasks here is to create an abstract implementation of an Analyser (and its Retriever and Extractor) that can be used with TorchServer?

@ppanopticon ppanopticon self-assigned this Apr 8, 2024
@lucaro
Copy link
Member Author

lucaro commented Apr 8, 2024

Pretty much, yes. TorchServe also has a gRPC API that might be more efficient than having to do things via REST. I have not yet looked into the details of it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants