You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/machine-learning/a3-megagpu-8g/a3mega-slurm-deployment.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ vars:
31
31
disk_size_gb: 200
32
32
final_image_family: slurm-a3mega
33
33
slurm_cluster_name: a3mega
34
-
a3mega_reservation_name: ""# supply reservation name
35
34
a3mega_maintenance_interval: ""
36
35
a3mega_cluster_size: 2# supply cluster size
36
+
a3mega_reservation_name: ""# supply reservation name
37
+
# Additional provisioning models (pick only one), can be used to substitute `a3mega_reservation_name`:
38
+
a3mega_dws_flex_enabled: false # To make use of DWS Flex-Start, for more info visit: https://github.com/GoogleCloudPlatform/cluster-toolkit/blob/main/docs/slurm-dws-flex.md
39
+
a3mega_enable_spot_vm: false # To make use of Spot VMs, for more info visit: https://cloud.google.com/compute/docs/instances/spot
0 commit comments