1 parent 34be7e2 commit feec89aCopy full SHA for feec89a
1 file changed
modules/api/ray.py
@@ -39,7 +39,7 @@ def ray_only():
39
dashboard_port=int(os.environ.get("RAY_DASHBOARD_PORT", 8265))
40
)
41
elif "RAY_HEAD_ADDRESS" in os.environ:
42
- ray.init(os.environ.get("RAY_HEAD_ADDRESS", ""))
+ ray.init(address=os.environ.get("RAY_HEAD_ADDRESS", ""))
43
elif "RAY_SERVE_ONLY" in os.environ:
44
ray_only()
45
else:
0 commit comments