mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[doc] Update document on ray start
command. (#25306)
This commit is contained in:
parent
71a8a443ce
commit
64f9a9066f
1 changed files with 1 additions and 2 deletions
|
@ -340,8 +340,7 @@ def debug(address):
|
||||||
required=False,
|
required=False,
|
||||||
type=int,
|
type=int,
|
||||||
default=10001,
|
default=10001,
|
||||||
help="the port number the ray client server will bind on. If not set, "
|
help="the port number the ray client server binds on, default to 10001.",
|
||||||
"the ray client server will not be started.",
|
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--memory",
|
"--memory",
|
||||||
|
|
Loading…
Add table
Reference in a new issue