Skip to content

Commit

Permalink
Merge pull request #107 from KeithMnemonic/add_H800_gpu_id
Browse files Browse the repository at this point in the history
Add H800 with PCI ID 232410DE
  • Loading branch information
tariq1890 committed Aug 20, 2024
2 parents 9935a38 + e850be7 commit 97afb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/systemd/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mig-configs:
# H100-80GB, H800-80GB, A100-80GB, A800-80GB, A100-40GB, A800-40GB
all-1g.10gb:
# H100-80GB, H800-80GB, A100-80GB, A800-80GB
- device-filter: ["0x233110DE", "0x233010DE", "0x232210DE", "0x20B210DE", "0x20B510DE", "0x20F310DE", "0x20F510DE"]
- device-filter: ["0x233110DE", "0x233010DE", "0x232210DE", "0x20B210DE", "0x20B510DE", "0x20F310DE", "0x20F510DE", "0x232410DE"]
devices: all
mig-enabled: true
mig-devices:
Expand Down Expand Up @@ -194,7 +194,7 @@ mig-configs:
"3g.20gb": 1

# H100-80GB, H800-80GB, A100-80GB, A800-80GB
- device-filter: ["0x233110DE", "0x233010DE", "0x232210DE", "0x20B210DE", "0x20B510DE", "0x20F310DE", "0x20F510DE"]
- device-filter: ["0x233110DE", "0x233010DE", "0x232210DE", "0x20B210DE", "0x20B510DE", "0x20F310DE", "0x20F510DE", "0x232410DE"]
devices: all
mig-enabled: true
mig-devices:
Expand Down

0 comments on commit 97afb1f

Please sign in to comment.