4gpus_512_cpus_gce.yaml 683 B

1234567891011121314151617181920212223242526272829303132
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-b
  5. max_workers: 5
  6. head_node_type:
  7. name: head_node
  8. instance_type: n1-highmem-32-nvidia-tesla-v100-4 # g3.16xlarge
  9. worker_node_types:
  10. - name: worker_node
  11. instance_type: n2-standard-96 # m5.24xlarge
  12. min_workers: 5
  13. max_workers: 5
  14. use_spot: false
  15. gcp_advanced_configurations_json:
  16. instance_properties:
  17. disks:
  18. - boot: true
  19. auto_delete: true
  20. initialize_params:
  21. disk_size_gb: 500
  22. #aws:
  23. # BlockDeviceMappings:
  24. # - DeviceName: /dev/sda1
  25. # Ebs:
  26. # DeleteOnTermination: true
  27. # VolumeSize: 500