mirror of
https://github.com/wassname/ray.git
synced 2026-07-24 13:20:22 +08:00
[tune] Allow nested values in trial runner (#5346)
This commit is contained in:
@@ -61,7 +61,7 @@ class RayTrialExecutor(TrialExecutor):
|
||||
logger.info("Initializing Ray automatically."
|
||||
"For cluster usage or custom Ray initialization, "
|
||||
"call `ray.init(...)` before `tune.run`.")
|
||||
ray.init()
|
||||
ray.init(object_store_memory=int(1e8))
|
||||
|
||||
if ray.is_initialized():
|
||||
self._update_avail_resources()
|
||||
|
||||
Reference in New Issue
Block a user