mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 18:45:03 +08:00
[1.0] Remove args from ray start (#10659)
Resolved Conflicts:
java/test.sh
python/ray/tests/test_multi_node.py
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ class ClusterStarter {
|
||||
"ray",
|
||||
"start",
|
||||
"--head",
|
||||
"--redis-port=6379",
|
||||
"--port=6379",
|
||||
String.format("--plasma-store-socket-name=%s", PLASMA_STORE_SOCKET_NAME),
|
||||
String.format("--raylet-socket-name=%s", RAYLET_SOCKET_NAME),
|
||||
String.format("--node-manager-port=%s", nodeManagerPort),
|
||||
|
||||
Reference in New Issue
Block a user