-
Notifications
You must be signed in to change notification settings - Fork 2k
Change enforce_eager
default value in vLLM server.
#3607
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
Change enforce_eager
default value in vLLM server.
#3607
Conversation
enforce_eager
default value in vLLM server.enforce_eager
default value in vLLM server.
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. |
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.
Hi @LeonEricsson
Thanks for this change, i know the default settin in our setup for enforce_eager=False
so i get the motivation, and i know the only possible values are bool; True
/False
for this arg, however, if you check vllm original documentation, they also put it this way (None
)
here , therefore, it might be okay to have it as it is , just incase in future vllm change the values for this arg, WDYT?
Hi @LeonEricsson, We're encountering the same issue after updating to the latest version of vLLM. Initially, we were seeing a However, our GRPO training node (using the open-r1 example) no longer proceeds beyond below point.
We’re running on an InfiniBand-connected cluster with two nodes (each with 8×H100 GPUs). One node runs the training process, while the other runs the vLLM server. If we pin vLLM to version 0.8.5.post1, everything works as expected. I've attached the vLLM output log showing the stalled behavior with the latest version for your reference: So, I think even this PR does not resolve our issue. Looking forward for your suggestion. |
hey! okay I see, yeah I was having some trouble understanding why it was set to |
@LeonEricsson |
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!
What does this PR do?
Fixes #3603
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.