Skip to content

Commit 463d811

Browse files
authored
feat: add one more H100 machine-type a3-megagpu-8g to ruleset (#369)
1 parent e7f4af1 commit 463d811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ var validMachineTypes = map[string]bool{
285285

286286
// H100 machine types: https://cloud.google.com/compute/docs/gpus#h100-gpus
287287
"a3-highgpu-8g": true,
288+
"a3-megagpu-8g": true,
288289

289290
// L4 machine types: https://cloud.google.com/compute/docs/gpus#l4-gpus
290291
"g2-standard-4": true,

0 commit comments

Comments
 (0)