compute_tpl_32_cpu.yaml 535 B

12345678910111213141516171819202122232425
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. # 1k max replicas (ceil(1000 / 32) = 32 nodes needed)
  4. max_workers: 32
  5. head_node_type:
  6. name: head_node
  7. # 32 cpus, x86, 128G mem, 10Gb NIC
  8. instance_type: m5.8xlarge
  9. worker_node_types:
  10. - name: worker_node
  11. # 32 cpus, x86, 128G mem, 10Gb NIC
  12. instance_type: m5.8xlarge
  13. min_workers: 32
  14. max_workers: 32
  15. use_spot: false
  16. aws:
  17. TagSpecifications:
  18. - ResourceType: "instance"
  19. Tags:
  20. - Key: ttl-hours
  21. Value: '24'