-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Core] GPU placement group doesn't honor the bundle index #29811
Comments
cc @rkooo567 |
Isn't this expected unless using edit: I see the slack discussion now, will read there. |
Btw how are we supposed to interpret the |
Right now, this means the task needs 0.5 GPU from a given placement group bundle (if specified). If not, take 0.5 GPU from any random bundles |
Hi, I'm a bot from the Ray team :) To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months. If there is no further activity in the 14 days, the issue will be closed!
You can always ask for help on our discussion forum or Ray's public slack channel. |
@rkooo567 any progression for this problem? we have the same problem |
Update: I'm actively working on the issue right now. We have a path forward to fix the bug and I'm currently finishing up on the code changes. I'll have a PR soon. |
What happened + What you expected to happen
For the reproduction script below, I would expect that each bundle is tied to a GPU so the output should be "0, 1, 2, 3" but now it's "0, 0, 1, 1"
Versions / Dependencies
master
Reproduction script
Issue Severity
No response
The text was updated successfully, but these errors were encountered: