-
Notifications
You must be signed in to change notification settings - Fork 24
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
Can we configure multiple inference pools by reconciling InferencePool? #145
Comments
I'm new to the project, but I suspect the design approach focuses on a single use case that is supported by one InferencePool. |
Thanks! I agree with that, maybe I could do some work to make some improvements on this so that we can define more pools and make it more flexible. |
The APIs don't enforce a 1:1 extension to InferencePool relationship. The current reference implementation of the extension does make that assumption however, but this is more to start simple and also for sharding and scalability. I don't believe that the ext-proc has to fundamentally be 1:1, so please feel free to make a proposal to change the code to support more than one InfernecePool. The key is to ensure that it scales well. |
Got it, thanks! :) |
Hello guys, I'm interested in this project and wondering why the inference pool is specified when starting up and only one pool can be defined? Is it intentionally or just convenient for poc? Can we configure multiple inference pools by reconciling
InferencePool
resource?The text was updated successfully, but these errors were encountered: