only_head_node_1gpu_64cpu.yaml 483 B

12345678910111213141516171819202122
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. max_workers: 0
  4. aws:
  5. # Fix the volume size so that IOPS is constant even if the default changes.
  6. BlockDeviceMappings:
  7. - DeviceName: /dev/sda1
  8. Ebs:
  9. DeleteOnTermination: true
  10. # 150GB is the default in Anyscale.
  11. VolumeSize: 150
  12. head_node_type:
  13. name: head_node
  14. instance_type: g5.16xlarge
  15. resources:
  16. cpu: 64
  17. gpu: 64
  18. worker_node_types: []