1gpu_16cpus.yaml 306 B

1234567891011121314151617
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. max_workers: 0
  4. head_node_type:
  5. name: head_node
  6. instance_type: g5.4xlarge
  7. worker_node_types: []
  8. aws:
  9. BlockDeviceMappings:
  10. - DeviceName: /dev/sda1
  11. Ebs:
  12. DeleteOnTermination: true
  13. VolumeSize: 500