tpl_gce_100x2.yaml 519 B

12345678910111213141516171819202122
  1. cloud_id: cld_tPsS3nQz8p5cautbyWgEdr4y
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-c
  5. max_workers: 100
  6. head_node_type:
  7. name: head_node
  8. # See `tune_scalability_network_overhead`
  9. # Don't schedule any trials to run on the head node.
  10. # The head node is only used for synchronization purposes.
  11. instance_type: n2d-standard-16
  12. resources:
  13. cpu: 0
  14. worker_node_types:
  15. - name: worker_node
  16. instance_type: n2d-standard-2
  17. min_workers: 100
  18. max_workers: 100
  19. use_spot: true