Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

cluster_compute.yaml 519 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. cloud: madewithml-us-east-2
  2. region: us-east2
  3. head_node_type:
  4. name: head_node_type
  5. instance_type: m5.2xlarge # 8 CPU, 0 GPU, 32 GB RAM
  6. worker_node_types:
  7. - name: gpu_worker
  8. instance_type: g4dn.xlarge # 4 CPU, 1 GPU, 16 GB RAM
  9. min_workers: 0
  10. max_workers: 1
  11. use_spot: False
  12. aws:
  13. BlockDeviceMappings:
  14. - DeviceName: "/dev/sda1"
  15. Ebs:
  16. VolumeSize: 500
  17. DeleteOnTermination: true
  18. TagSpecifications:
  19. - ResourceType: instance
  20. Tags:
  21. - Key: as-feature-multi-zone
  22. Value: "true"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...