1gpu_24cpus_gce.yaml 667 B

1234567891011121314151617181920212223242526272829303132
  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-16-nvidia-v100-16gb-1
  9. worker_node_types:
  10. - name: worker_node
  11. instance_type: n2-standard-8 # m5.2xlarge
  12. min_workers: 1
  13. max_workers: 1
  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