Skip to content

Commit 19ecc63

Browse files
authored
Merge pull request #146 from NVIDIA/add-h200-nvl
2 parents f8d1bfd + 407e0ea commit 19ecc63

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

deployments/container/nvidia-mig-manager-example-hopper.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ data:
226226
227227
# H100-80GB, H100-NVL, H800-80GB, H800-NVL
228228
all-balanced:
229-
# H200 141GB
230-
- device-filter: ["0x233510DE"]
229+
# H200 141GB, H200 NVL
230+
- device-filter: ["0x233510DE", "0x233B10DE"]
231231
devices: all
232232
mig-enabled: true
233233
mig-devices:

deployments/systemd/config-default.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ mig-configs:
194194
mig-devices:
195195
"7g.96gb": 1
196196

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
197+
# 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
198198
all-balanced:
199199
# GH200 144G HBM3e
200200
- device-filter: [ "0x234810DE" ]
@@ -205,8 +205,8 @@ mig-configs:
205205
"2g.36gb": 1
206206
"3g.72gb": 1
207207

208-
# H200 141GB
209-
- device-filter: ["0x233510DE"]
208+
# H200 141GB, H200 NVL
209+
- device-filter: ["0x233510DE", "0x233B10DE"]
210210
devices: all
211211
mig-enabled: true
212212
mig-devices:

0 commit comments

Comments
 (0)