Skip to content

Commit c65b999

Browse files
mikecookMichael Cook
and
Michael Cook
authored
feat: add H100 machine-type to ruleset (#335)
Co-authored-by: Michael Cook <mcook@octo.ai>
1 parent 4187df0 commit c65b999

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rules/utils.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ var validMachineTypes = map[string]bool{
249249
"a2-ultragpu-4g": true,
250250
"a2-ultragpu-8g": true,
251251

252+
// H100 machine types: https://cloud.google.com/compute/docs/gpus#h100-gpus
253+
"a3-highgpu-8g": true,
254+
252255
// L4 machine types: https://cloud.google.com/compute/docs/gpus#l4-gpus
253256
"g2-standard-4": true,
254257
"g2-standard-8": true,

0 commit comments

Comments
 (0)