23 lines
522 B
YAML
23 lines
522 B
YAML
cloud: {{env["ANYSCALE_CLOUD_NAME"]}}
|
|
|
|
advanced_instance_config:
|
|
TagSpecifications:
|
|
- ResourceType: "instance"
|
|
Tags:
|
|
- Key: ttl-hours
|
|
Value: '24'
|
|
|
|
head_node:
|
|
instance_type: g4dn.4xlarge
|
|
# GPU head — expose natural resources (16 vCPU + 1 T4 GPU) so the test
|
|
# (which colocates the trainer driver on the head) can use GPU.
|
|
resources:
|
|
CPU: 16
|
|
GPU: 1
|
|
|
|
worker_nodes:
|
|
- instance_type: g4dn.xlarge
|
|
min_nodes: 3
|
|
max_nodes: 3
|
|
market_type: ON_DEMAND
|