Skip to content

Commit

Permalink
Merge pull request #139 from cdesiniotis/GH200-144G-HBM3e
Browse files Browse the repository at this point in the history
Add GH200 144G HBM3e (x234810DE) to config-default.yaml
  • Loading branch information
cdesiniotis authored Oct 23, 2024
2 parents 94e9be3 + 8cdf60f commit 7f318eb
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions deployments/systemd/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,17 @@ mig-configs:
mig-devices:
"7g.96gb": 1

# 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, 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" ]
devices: all
mig-enabled: true
mig-devices:
"1g.18gb": 2
"2g.36gb": 1
"3g.72gb": 1

# H200 141GB
- device-filter: ["0x233510DE"]
devices: all
Expand Down Expand Up @@ -249,7 +258,7 @@ mig-configs:
"2g.24gb": 1
"3g.48gb": 1

# H200-141GB
# H200-141GB, GH200 144G HBM3e
all-1g.18gb:
- devices: all
mig-enabled: true
Expand All @@ -262,6 +271,7 @@ mig-configs:
mig-devices:
"1g.18gb+me": 1

# H200-141GB
all-1g.35gb:
- devices: all
mig-enabled: true
Expand Down Expand Up @@ -291,3 +301,28 @@ mig-configs:
mig-enabled: true
mig-devices:
"7g.141gb": 1

# GH200 144G HBM3e
all-2g.36gb:
- devices: all
mig-enabled: true
mig-devices:
"2g.36gb": 3

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

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

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

0 comments on commit 7f318eb

Please sign in to comment.