When running a tune job with ray v 2.0.0dev (Py3.8 on Windows), it never ends. I can see in the output, that it finished all iterations, but it never exits. When I run in debug mode (in IDE), and pause at the end (after all iterations finished), the current code execution is here: ray/import_thread.py at f60bd3afeefc78e30bd625e8ce98e064acd37b1f · ray-project/ray · GitHub This problem doesn’t happen with ray v 1.2.0 !!
Hi @diman82, this is probably because we enabled placement group support per default, but placement groups are currently not supported in local model. See also this issue:
To fix this problem for the short term, please set the TUNE_PLACEMENT_GROUP_AUTO_DISABLED environment variable to 1, e.g. like this:
Off-topic question: How do you mark answers as solutions here? I couldn’t find this option in my questions. Or is it restricted to staff to mark answers as solutions?