-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Ray component: Core] Respect the placement group when num_gpus=0, num_cpus=0
#27931
Labels
api-bug
Bug in which APIs behavior is wrong
bug
Something that is supposed to be working; but isn't
core
Issues that should be addressed in Ray Core
core-placement-group
P2
Important issue, but not time-critical
size:medium
usability
Milestone
Comments
JiahaoYao
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Aug 17, 2022
rkooo567
added
P1
Issue that should be fixed within a few weeks
usability
and removed
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Aug 29, 2022
Per Triage Sync: @rkooo567 can you confirm if this was fixed? |
This is not fixed. |
hora-anyscale
added
P2
Important issue, but not time-critical
and removed
P1
Issue that should be fixed within a few weeks
labels
Nov 1, 2022
rkooo567
added
P1
Issue that should be fixed within a few weeks
Ray 2.3
size:medium
and removed
P2
Important issue, but not time-critical
labels
Dec 7, 2022
Should be fixed by 2.3 |
This will fix an issue we observed when measuring dataset preprocessing https://anyscaleteam.slack.com/archives/C041D0LT8ET/p1670628383549839 |
8 tasks
8 tasks
Hi, is this issue fixed? And if so, in which version of Ray? Thanks |
jjyao
added
P2
Important issue, but not time-critical
and removed
P1
Issue that should be fixed within a few weeks
labels
Oct 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api-bug
Bug in which APIs behavior is wrong
bug
Something that is supposed to be working; but isn't
core
Issues that should be addressed in Ray Core
core-placement-group
P2
Important issue, but not time-critical
size:medium
usability
What happened + What you expected to happen
Goal: Ideally, we want the ray remote actors or tasks to respect the placement group bundle index even when no resources is allocated by ray.
Observation: Currently, the ray actor does not respect the ray placement group when no resources are specificed; and in order to respect the placement group, one might have to manually use
num_cpus=1e-4
.@rkooo567
Versions / Dependencies
Ray 2.0
Reproduction script
Result:
Result:
Issue Severity
No response
The text was updated successfully, but these errors were encountered: