mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
25 lines
465 B
YAML
25 lines
465 B
YAML
![]() |
cloud_id: cld_17WvYIBBkdgLwEUNcLeRAE
|
||
|
region: us-west-2
|
||
|
allowed_azs:
|
||
|
- us-west-2a
|
||
|
|
||
|
max_workers: 7
|
||
|
|
||
|
aws:
|
||
|
IamInstanceProfile: {"Name": "ray-autoscaler-v1"}
|
||
|
BlockDeviceMappings:
|
||
|
- DeviceName: /dev/sda1
|
||
|
Ebs:
|
||
|
VolumeSize: 500
|
||
|
|
||
|
head_node_type:
|
||
|
name: head_node
|
||
|
instance_type: g4dn.xlarge
|
||
|
|
||
|
worker_node_types:
|
||
|
- name: gpu_node
|
||
|
instance_type: g4dn.xlarge
|
||
|
min_workers: 7
|
||
|
max_workers: 7
|
||
|
use_spot: false
|