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

More complex model management (multiple models, model reloading etc...) #282

Closed
bsergean opened this issue Sep 19, 2024 · 2 comments
Closed
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bsergean
Copy link

bsergean commented Sep 19, 2024

🚀 Feature

Supporting model reloads (when a new version is available) and multiple models.

Motivation

Other servers supports this so to be more attractive that would be a nice feature.

Pitch

Right now it's obvious on how to serve one model, but what if there are multiple ones (and the request (binary, or HTTP arguments) will tell which model should be used).

Alternatives

Run N instances for the N models present at a certain time, but if a new model appear, that won't work.

Additional context

We have an internal C++ server that supports this, torch.serve support that too with I believe what they call an orchestrator.

@bsergean bsergean added enhancement New feature or request help wanted Extra attention is needed labels Sep 19, 2024
@bsergean
Copy link
Author

Looks like a duplicate of #271

@aniketmaurya
Copy link
Collaborator

closing since duplicate of #271

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

No branches or pull requests

2 participants