Skip to content

Commit 22c7647

Browse files
authored
Merge pull request #1057 from NVIDIA/GH200-144G-HBM3e
Add GH200 144G HBM3e (x234810DE) to default-mig-parted-config
2 parents 978b020 + 8fe5a59 commit 22c7647

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

assets/state-mig-manager/0400_configmap.yaml

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,17 @@ data:
201201
mig-devices:
202202
"7g.96gb": 1
203203
204-
# H200-141GB, H100-96GB, GH200, H100 NVL, H800 NVL, H100-80GB, H800-80GB, A800-40GB, A800-80GB, A100-40GB, A100-80GB, A30-24GB, PG506-96GB
204+
# GH200 144G HBM3e, H200-141GB, H100-96GB, GH200, H100 NVL, H800 NVL, H100-80GB, H800-80GB, A800-40GB, A800-80GB, A100-40GB, A100-80GB, A30-24GB, PG506-96GB
205205
all-balanced:
206+
# GH200 144G HBM3e
207+
- device-filter: ["0x234810DE"]
208+
devices: all
209+
mig-enabled: true
210+
mig-devices:
211+
"1g.18gb": 2
212+
"2g.36gb": 1
213+
"3g.72gb": 1
214+
206215
# H200 141GB
207216
- device-filter: ["0x233510DE"]
208217
devices: all
@@ -256,7 +265,7 @@ data:
256265
"2g.24gb": 1
257266
"3g.48gb": 1
258267
259-
# H200-141GB
268+
# H200-141GB, GH200 144G HBM3e
260269
all-1g.18gb:
261270
- devices: all
262271
mig-enabled: true
@@ -269,6 +278,7 @@ data:
269278
mig-devices:
270279
"1g.18gb+me": 1
271280
281+
# H200-141GB
272282
all-1g.35gb:
273283
- devices: all
274284
mig-enabled: true
@@ -298,3 +308,28 @@ data:
298308
mig-enabled: true
299309
mig-devices:
300310
"7g.141gb": 1
311+
312+
# GH200 144G HBM3e
313+
all-2g.36gb:
314+
- devices: all
315+
mig-enabled: true
316+
mig-devices:
317+
"2g.36gb": 3
318+
319+
all-3g.72gb:
320+
- devices: all
321+
mig-enabled: true
322+
mig-devices:
323+
"3g.72gb": 2
324+
325+
all-4g.72gb:
326+
- devices: all
327+
mig-enabled: true
328+
mig-devices:
329+
"4g.72gb": 1
330+
331+
all-7g.144gb:
332+
- devices: all
333+
mig-enabled: true
334+
mig-devices:
335+
"7g.144gb": 1

0 commit comments

Comments
 (0)