Skip to content

Commit 523d827

Browse files
committed
[mig-manager] add support for H200 NVL
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 3fe91a3 commit 523d827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ data:
201201
mig-devices:
202202
"7g.96gb": 1
203203
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
204+
# GH200 144G HBM3e, H200-141GB, H200 NVL, 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:
206206
# GH200 144G HBM3e
207207
- device-filter: ["0x234810DE"]
@@ -212,8 +212,8 @@ data:
212212
"2g.36gb": 1
213213
"3g.72gb": 1
214214
215-
# H200 141GB
216-
- device-filter: ["0x233510DE"]
215+
# H200 141GB, H200 NVL
216+
- device-filter: ["0x233510DE", "0x233B10DE"]
217217
devices: all
218218
mig-enabled: true
219219
mig-devices:

0 commit comments

Comments
 (0)