mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04:00
Fix typo in autoscaler yaml (#2981)
This commit is contained in:
parent
1c9617bc1c
commit
5eaf429c53
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# An unique identifier for the head node and workers of this cluster.
|
# A unique identifier for the head node and workers of this cluster.
|
||||||
cluster_name: minimal
|
cluster_name: minimal
|
||||||
|
|
||||||
# The maximum number of workers nodes to launch in addition to the head
|
# The maximum number of worker nodes to launch in addition to the head
|
||||||
# node. This takes precedence over min_workers. min_workers default to 0.
|
# node. This takes precedence over min_workers. min_workers default to 0.
|
||||||
max_workers: 1
|
max_workers: 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue