Files
2026-07-13 13:17:40 +08:00

22 lines
553 B
YAML

cloud: {{env["ANYSCALE_CLOUD_NAME"]}}
zones: [us-west1-b]
advanced_instance_config:
instance_properties:
disks:
- boot: true
auto_delete: true
initialize_params:
disk_size_gb: 150
head_node:
instance_type: n2-standard-64
# GPU: 64 is an intentional override (instance has no physical GPU);
# the benchmark script uses --num_gpus_in_cluster 64 to test
# resource scheduling with 64 logical GPU slots.
resources:
CPU: 64
GPU: 64
worker_nodes: []