Skip to content

Commit

Permalink
Merge pull request #66 from NVIDIA/h100-nvl
Browse files Browse the repository at this point in the history
add support for H100 NVL 94GB
  • Loading branch information
tariq1890 committed May 28, 2024
2 parents f7244b7 + bcced06 commit 89e32a5
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion deployments/systemd/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,50 @@ mig-configs:
mig-devices:
"7g.96gb": 1

# H100-80GB, H800-80GB, A100-40GB, A100-80GB, A800-40GB, A800-80GB, A30-24GB, PG506-96GB
# H100-94GB
all-1g.11gb:
- devices: all
mig-enabled: true
mig-devices:
"1g.11gb": 7

all-1g.11gb.me:
- devices: all
mig-enabled: true
mig-devices:
"1g.11gb+me": 1

all-1g.22bg:
- devices: all
mig-enabled: true
mig-devices:
"1g.22gb": 4

all-2g.22gb:
- devices: all
mig-enabled: true
mig-devices:
"2g.22gb": 3

all-3g.44gb:
- devices: all
mig-enabled: true
mig-devices:
"3g.44gb": 2

all-4g.44gb:
- devices: all
mig-enabled: true
mig-devices:
"4g.44gb": 1

all-7g.88gb:
- devices: all
mig-enabled: true
mig-devices:
"7g.88gb": 1

# H100-94GB, H100-80GB, H800-80GB, A100-40GB, A100-80GB, A800-40GB, A800-80GB, A30-24GB, PG506-96GB
all-balanced:
# A100-40GB, A800-40GB
- device-filter: ["0x20B010DE", "0x20B110DE", "0x20F110DE", "0x20F610DE"]
Expand Down Expand Up @@ -187,3 +230,12 @@ mig-configs:
"1g.12gb": 2
"2g.24gb": 1
"3g.48gb": 1

# H100-94GB
- device-filter: "0x232110DE"
devices: all
mig-enabled: true
mig-devices:
"1g.11gb": 2
"2g.22gb": 1
"3g.44gb": 1

0 comments on commit 89e32a5

Please sign in to comment.