mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 05:27:02 +08:00
Enable Ray client server by default (#13350)
* update * fix * fix test * update
This commit is contained in:
@@ -282,7 +282,7 @@ def debug(address):
|
||||
"--ray-client-server-port",
|
||||
required=False,
|
||||
type=int,
|
||||
default=None,
|
||||
default=10001,
|
||||
help="the port number the ray client server will bind on. If not set, "
|
||||
"the ray client server will not be started.")
|
||||
@click.option(
|
||||
|
||||
Reference in New Issue
Block a user