mirror of
https://github.com/vale981/ray
synced 2025-03-11 05:46:37 -04:00
16 lines
340 B
YAML
16 lines
340 B
YAML
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
region: us-west-2
|
|
|
|
max_workers: 0
|
|
|
|
# TODO(ekl/sang) switch to i2.8xl and mount the NVMe disks
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: i3.2xlarge
|
|
|
|
worker_node_types:
|
|
- name: worker_node4
|
|
instance_type: i3.2xlarge
|
|
min_workers: 0
|
|
max_workers: 0
|
|
use_spot: false
|