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

Open
bsergean opened this issue Sep 19, 2024 · 1 comment
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bsergean
Copy link

⚠️ BEFORE SUBMITTING, READ:

We're excited for your request! However, here are things we are not interested in:

  • Decorators.
  • Doing the same thing in multiple ways.
  • Adding more layers of abstraction... tree-depth should be 1 at most.
  • Features that over-engineer or complicate the code internals.
  • Linters, and crud that complicates projects.

🚀 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

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

1 participant