mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
21 lines
385 B
YAML
21 lines
385 B
YAML
cloud_id: cld_4F7k8814aZzGG8TNUGPKnc
|
|
|
|
region: us-west-2
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: m5.16xlarge
|
|
resources:
|
|
cpu: 0
|
|
custom_resources:
|
|
head: 1
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: m5.4xlarge
|
|
min_workers: 9
|
|
max_workers: 9
|
|
use_spot: false
|
|
resources:
|
|
custom_resources:
|
|
worker: 1
|