-
Notifications
You must be signed in to change notification settings - Fork 2.2k
⏱️ Fix vLLM server to support V1 Engine #3276
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
Thanks @I-l-l-I!
|
@qgallouedec I use vllm 0.8.3. The error seems to be because |
It's now working on my side 👍 no idea what I did wrong in the first place |
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.
If you agree with https://github.com/huggingface/trl/pull/3276/files#r2037895897 then here are the modifications needed
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.
Thanks a lot @I-l-l-I, massive improvement!
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
You're welcome @qgallouedec. By the way, from your test results, it is obviously faster to generate a large number of answers at once, but now in |
It makes sense, but 2 remarks why oit's not currently done:
|
What does this PR do?
Fixes #3142, #3157 (comment). Support vLLM V1 Engine for faster generation.
Before submitting
Pull Request section?
to it if that's the case.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.