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

Validate model/adapter is available on the model server before sending requests to a model server #49

Open
liu-cong opened this issue Nov 20, 2024 · 0 comments

Comments

@liu-cong
Copy link
Contributor

According to Model Server Protocol, supported model servers should expose AvailableModels. In vLLM, the /v1/models endpoint exposes such info.

The ext proc should get the AvailableModels similar as scraping metrics, and add a filter to only pick model servers that have the targetModel in the request as available.

@liu-cong liu-cong changed the title Validate model/adapter before sending requests to a model server Validate model/adapter is available on the model server before sending requests to a model server Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant