-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[tune/placement groups] multiple parallel tune runs don't work with placement groups #14557
Comments
The same error is encountered when running the following code in the head node of a ray cluster:
|
The command fails because Tune is trying to clean up existing tune-placement groups before creating new ones. This is preferable for sequential execution, but messes up parallel execution. Setting the
(please note that the env variable has to be set within the remote function or before We also - theoretically - support different name prefixes for different run, but there's currently no way to set these. I can address this soon but for now the above solution should unblock you. |
@krfricke assigning this to you now, but feel free to set the priority of the task :) |
I'll try to get to it next week, it should be a pretty short fix |
Closing this for now as this should have been fixed by #14835 |
What is the problem?
The following configuration will fail on master:
cc @krfricke @rkooo567
Originally posted by @ANarayan
The text was updated successfully, but these errors were encountered: