mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
19 lines
521 B
YAML
19 lines
521 B
YAML
![]() |
# This file is generated by `ray project create`.
|
||
|
|
||
|
# A unique identifier for the head node and workers of this cluster.
|
||
|
cluster_name: ray-example-cython
|
||
|
|
||
|
# The maximum number of workers nodes to launch in addition to the head
|
||
|
# node. This takes precedence over min_workers. min_workers defaults to 0.
|
||
|
max_workers: 1
|
||
|
|
||
|
# Cloud-provider specific configuration.
|
||
|
provider:
|
||
|
type: aws
|
||
|
region: us-west-2
|
||
|
availability_zone: us-west-2a
|
||
|
|
||
|
# How Ray will authenticate with newly launched nodes.
|
||
|
auth:
|
||
|
ssh_user: ubuntu
|