mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
Forward multiple ports for autoscaler (#5893)
This commit is contained in:
@@ -347,7 +347,7 @@ def exec_cluster(config_file, cmd, docker, screen, tmux, stop, start,
|
||||
stop: whether to stop the cluster after command run
|
||||
start: whether to start the cluster if it isn't up
|
||||
override_cluster_name: set the name of the cluster
|
||||
port_forward: port to forward
|
||||
port_forward (int or list[int]): port(s) to forward
|
||||
"""
|
||||
assert not (screen and tmux), "Can specify only one of `screen` or `tmux`."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user