mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41: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,
|
||||
type=int,
|
||||
default=10001,
|
||||
help="the port number the ray client server will bind on. If not set, "
|
||||
"the ray client server will not be started.",
|
||||
help="the port number the ray client server binds on, default to 10001.",
|
||||
)
|
||||
@click.option(
|
||||
"--memory",
|
||||
|
|
Loading…
Add table
Reference in a new issue