Skip to content

Commit 9cc1195

Browse files
authored
Fix: Remove GB200 from list of Fabric Manager SKUs (#7402)
1 parent 0ddf56f commit 9cc1195

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/agent/datamodel/gpu_components.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ var FabricManagerGPUSizes = map[string]bool{
120120
"standard_nd96is_h200_v5": true,
121121
"standard_nd96isr_h200_v5": true,
122122
"standard_nd96isrf_h200_v5": true,
123-
// GB200 (Grace Blackwell)
124-
"standard_nd128isr_ndr_gb200_v6": true,
125123
// A100 oddballs.
126124
"standard_nc24ads_a100_v4": false, // NCads_v4 will fail to start fabricmanager.
127125
"standard_nc48ads_a100_v4": false,

0 commit comments

Comments
 (0)