-
Notifications
You must be signed in to change notification settings - Fork 31
⬆️ bump vllm lower bound to 0.10.1.1 #468
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
Conversation
Signed-off-by: Prashant Gupta <[email protected]>
|
👋 Hi! Thank you for contributing to vLLM support on Spyre. Or this can be done with Now you are good to go 🚀 |
Most of it was already removed by Max in his reranker PR Signed-off-by: Prashant Gupta <[email protected]>
Some of it was already removed by Max in his reranker PR Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
| """A worker class that executes the model on a group of Spyre cores. | ||
| """ | ||
|
|
||
| def get_supported_pooling_tasks(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this right? Not 100% sure, but no tests failed 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it looks like it can be removed. The worker has get_supported_tasks which calls the runner's get_supported_tasks
Signed-off-by: Prashant Gupta <[email protected]>
maxdebayser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It's nice to see all the compatibility code being removed.
|
bot:test |
1 similar comment
|
bot:test |
Description
⬆️ bump vllm lower bound to 0.10.1.1 and remove a bunch of backward compatibility code.
Note: This is an intermediate PR for supporting the 0.10.2 since it makes it easy to remove backward compatibility code first before introducing breaking changes for the next release.
Related Issues