mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04:00
hotfix (#9996)
This commit is contained in:
parent
d9822e04d4
commit
d3cde16163
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ def warn_about_bad_start_command(start_commands):
|
||||||
cf.bold("ray start"), cf.bold("--autoscaling-config"),
|
cf.bold("ray start"), cf.bold("--autoscaling-config"),
|
||||||
cf.bold("--autoscaling-config=~/ray_bootstrap_config.yaml"),
|
cf.bold("--autoscaling-config=~/ray_bootstrap_config.yaml"),
|
||||||
cf.bold("ray start"), cf.bold("head_start_ray_commands"))
|
cf.bold("ray start"), cf.bold("head_start_ray_commands"))
|
||||||
logger.old_warning(
|
cli_logger.old_warning(
|
||||||
logger, "Ray start on the head node does not have the flag"
|
logger, "Ray start on the head node does not have the flag"
|
||||||
"--autoscaling-config set. The head node will not launch"
|
"--autoscaling-config set. The head node will not launch"
|
||||||
"workers. Add --autoscaling-config=~/ray_bootstrap_config.yaml"
|
"workers. Add --autoscaling-config=~/ray_bootstrap_config.yaml"
|
||||||
|
|
Loading…
Add table
Reference in a new issue