Skip to content

Commit 8cdf60f

Browse files
committed
Add GH200 144G HBM3e (x234810DE) to config-default.yaml
Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent 38f7444 commit 8cdf60f

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

deployments/systemd/config-default.yaml

+37-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,17 @@ mig-configs:
194194
mig-devices:
195195
"7g.96gb": 1
196196

197-
# 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
197+
# 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
198198
all-balanced:
199+
# GH200 144G HBM3e
200+
- device-filter: [ "0x234810DE" ]
201+
devices: all
202+
mig-enabled: true
203+
mig-devices:
204+
"1g.18gb": 2
205+
"2g.36gb": 1
206+
"3g.72gb": 1
207+
199208
# H200 141GB
200209
- device-filter: ["0x233510DE"]
201210
devices: all
@@ -249,7 +258,7 @@ mig-configs:
249258
"2g.24gb": 1
250259
"3g.48gb": 1
251260

252-
# H200-141GB
261+
# H200-141GB, GH200 144G HBM3e
253262
all-1g.18gb:
254263
- devices: all
255264
mig-enabled: true
@@ -262,6 +271,7 @@ mig-configs:
262271
mig-devices:
263272
"1g.18gb+me": 1
264273

274+
# H200-141GB
265275
all-1g.35gb:
266276
- devices: all
267277
mig-enabled: true
@@ -291,3 +301,28 @@ mig-configs:
291301
mig-enabled: true
292302
mig-devices:
293303
"7g.141gb": 1
304+
305+
# GH200 144G HBM3e
306+
all-2g.36gb:
307+
- devices: all
308+
mig-enabled: true
309+
mig-devices:
310+
"2g.36gb": 3
311+
312+
all-3g.72gb:
313+
- devices: all
314+
mig-enabled: true
315+
mig-devices:
316+
"3g.72gb": 2
317+
318+
all-4g.72gb:
319+
- devices: all
320+
mig-enabled: true
321+
mig-devices:
322+
"4g.72gb": 1
323+
324+
all-7g.144gb:
325+
- devices: all
326+
mig-enabled: true
327+
mig-devices:
328+
"7g.144gb": 1

0 commit comments

Comments
 (0)