From 407e0eabe78f5b40885144e411992a0e85458e9e Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Thu, 14 Nov 2024 21:25:16 -0700 Subject: [PATCH] add support for the H200 NVL gpu Signed-off-by: Tariq Ibrahim --- .../container/nvidia-mig-manager-example-hopper.yaml | 4 ++-- deployments/systemd/config-default.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deployments/container/nvidia-mig-manager-example-hopper.yaml b/deployments/container/nvidia-mig-manager-example-hopper.yaml index ea36b18..972353b 100644 --- a/deployments/container/nvidia-mig-manager-example-hopper.yaml +++ b/deployments/container/nvidia-mig-manager-example-hopper.yaml @@ -226,8 +226,8 @@ data: # H100-80GB, H100-NVL, H800-80GB, H800-NVL all-balanced: - # H200 141GB - - device-filter: ["0x233510DE"] + # H200 141GB, H200 NVL + - device-filter: ["0x233510DE", "0x233B10DE"] devices: all mig-enabled: true mig-devices: diff --git a/deployments/systemd/config-default.yaml b/deployments/systemd/config-default.yaml index 0362328..a9a2654 100644 --- a/deployments/systemd/config-default.yaml +++ b/deployments/systemd/config-default.yaml @@ -194,7 +194,7 @@ mig-configs: 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" ] @@ -205,8 +205,8 @@ mig-configs: "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: