Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Placement Group] Not working with @ray.remote #11018
Comments
|
I think we shouldn't allow adding placement group in @ray.remote. What do you think @ffbin? |
|
Yeah, I think so, too. |


What is the problem?
Although @ray.remote contains an argument for placement group, it doesn't work. We should either remove it or allow it. (placement_group_capture_child_task)
Reproduction (REQUIRED)
Please provide a script that can be run to reproduce the issue. The script should have no external library dependencies (i.e., use fake or mock data / environments):
If we cannot run your script, we cannot fix your issue.