mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

* wip * add directory * wip * try again * Revert "try again" This reverts commit 82d33ccea6f92848df025e019b87df73cea49e5d. * finish * formatting * fix merge * fix path * chmod * check * sudo * wip * update * fix horovod * try * typo * reduce num workers
26 lines
515 B
YAML
26 lines
515 B
YAML
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
region: us-west-2
|
|
|
|
max_workers: 10
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: m5.xlarge
|
|
|
|
worker_node_types:
|
|
- name: worker_node_cpu
|
|
instance_type: m5.xlarge
|
|
min_workers: 0
|
|
max_workers: 10
|
|
use_spot: false
|
|
- name: worker_node_gpu
|
|
instance_type: g3.4xlarge
|
|
min_workers: 0
|
|
max_workers: 10
|
|
use_spot: false
|
|
|
|
aws:
|
|
BlockDeviceMappings:
|
|
- DeviceName: /dev/sda1
|
|
Ebs:
|
|
VolumeSize: 500
|