mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 22:03:32 +08:00
Fix typo in ray start output (#10667)
This commit is contained in:
committed by
Barak Michener
parent
83814342ad
commit
720cd82667
@@ -496,7 +496,7 @@ def start(node_ip_address, address, port, redis_password, redis_shard_ports,
|
||||
cli_logger.newline()
|
||||
cli_logger.print(
|
||||
cf.underlined("If connection fails, check your "
|
||||
"firewall settings other "
|
||||
"firewall settings and "
|
||||
"network configuration."))
|
||||
cli_logger.newline()
|
||||
cli_logger.print("To terminate the Ray runtime, run")
|
||||
|
||||
@@ -12,7 +12,7 @@ Next steps
|
||||
import ray
|
||||
ray\.init\(address='auto', _redis_password='.+'\)
|
||||
|
||||
If connection fails, check your firewall settings other network configuration.
|
||||
If connection fails, check your firewall settings and network configuration.
|
||||
|
||||
To terminate the Ray runtime, run
|
||||
ray stop
|
||||
|
||||
Reference in New Issue
Block a user