You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should output the cuda_devices: 0 1 2 3, since each actor requires 0.5 gpus, and each bundle has 1 gpu resouces. Total four actors are evenly require bundle with placement_group_bundle_index of bundle list with four items. I holp this code place each actor on 0.5 gpus but with different 4 devieces. However, this result in two actors on gpu devices 0, and two actors on gpu devices 1. I want to knwo why, thx!
The text was updated successfully, but these errors were encountered:
Hanqer
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 11, 2024
jcotant1
added
core
Issues that should be addressed in Ray Core
and removed
core
Issues that should be addressed in Ray Core
labels
Nov 11, 2024
jjyao
added
P1
Issue that should be fixed within a few weeks
and removed
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 25, 2024
What happened + What you expected to happen
I think this should output the cuda_devices: 0 1 2 3, since each actor requires 0.5 gpus, and each bundle has 1 gpu resouces. Total four actors are evenly require bundle with placement_group_bundle_index of bundle list with four items. I holp this code place each actor on 0.5 gpus but with different 4 devieces. However, this result in two actors on gpu devices 0, and two actors on gpu devices 1. I want to knwo why, thx!
Versions / Dependencies
ray==2.12.0
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: