compute_tpl_gce.yaml 505 B

123456789101112131415161718192021222324
  1. # 3 x g4dn.4xlarge = 48 cpus + 3 gpus total
  2. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  3. region: us-west1
  4. allowed_azs:
  5. - us-west1-b
  6. head_node_type:
  7. name: head_node
  8. instance_type: n1-standard-16-nvidia-tesla-t4-1
  9. worker_node_types:
  10. - name: worker_node
  11. instance_type: n1-standard-16-nvidia-tesla-t4-1
  12. min_workers: 2
  13. max_workers: 2
  14. use_spot: false
  15. #aws:
  16. # TagSpecifications:
  17. # - ResourceType: "instance"
  18. # Tags:
  19. # - Key: ttl-hours
  20. # Value: '24'