Skip to content

Commit

Permalink
Merge pull request #1115 from NVIDIA/add-h200-nvl
Browse files Browse the repository at this point in the history
[mig-manager] add support for H200 NVL
  • Loading branch information
tariq1890 authored Nov 19, 2024
2 parents 79b1240 + 523d827 commit 98b3cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/state-mig-manager/0400_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ data:
mig-devices:
"7g.96gb": 1
# 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
# 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
all-balanced:
# GH200 144G HBM3e
- device-filter: ["0x234810DE"]
Expand All @@ -212,8 +212,8 @@ data:
"2g.36gb": 1
"3g.72gb": 1
# H200 141GB
- device-filter: ["0x233510DE"]
# H200 141GB, H200 NVL
- device-filter: ["0x233510DE", "0x233B10DE"]
devices: all
mig-enabled: true
mig-devices:
Expand Down

0 comments on commit 98b3cb1

Please sign in to comment.