gpu_tpl_gce.yaml 333 B

1234567891011121314151617
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-b
  5. max_workers: 2
  6. head_node_type:
  7. name: head_node
  8. instance_type: n1-standard-4
  9. worker_node_types:
  10. - name: worker_node
  11. instance_type: n1-standard-32-nvidia-tesla-t4-2
  12. min_workers: 2
  13. max_workers: 2
  14. use_spot: true