We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4187df0 commit c65b999Copy full SHA for c65b999
rules/utils.go
@@ -249,6 +249,9 @@ var validMachineTypes = map[string]bool{
249
"a2-ultragpu-4g": true,
250
"a2-ultragpu-8g": true,
251
252
+ // H100 machine types: https://cloud.google.com/compute/docs/gpus#h100-gpus
253
+ "a3-highgpu-8g": true,
254
+
255
// L4 machine types: https://cloud.google.com/compute/docs/gpus#l4-gpus
256
"g2-standard-4": true,
257
"g2-standard-8": true,
0 commit comments