mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 07:55:45 +08:00
Add ability to specify worker and driver ports (#7833)
This commit is contained in:
@@ -77,6 +77,8 @@ class Cluster:
|
||||
"num_cpus": 1,
|
||||
"num_gpus": 0,
|
||||
"object_store_memory": 150 * 1024 * 1024, # 150 MiB
|
||||
"min_worker_port": 0,
|
||||
"max_worker_port": 0,
|
||||
}
|
||||
if "_internal_config" in node_args:
|
||||
node_args["_internal_config"] = json.loads(
|
||||
|
||||
Reference in New Issue
Block a user