mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 08:40:02 +08:00
* Revert "Revert "Enable Ray client server by default (#13350)" (#13429)"
This reverts commit 560299972c.
* fix job id collision with ray client server
This commit is contained in:
@@ -285,7 +285,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