Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def to_json(self, path: str | Path) -> None:
"NVIDIA GeForce RTX 4090": 24,
"NVIDIA GeForce RTX 5090": 32,
"NVIDIA RTX 6000 Ada Generation": 48,
"NVIDIA RTX PRO 6000 Blackwell Server Edition": 96,
"NVIDIA RTX A6000": 48,
"NVIDIA A100-SXM4-40GB": 40,
"NVIDIA A100-PCIE-40GB": 40,
Expand Down Expand Up @@ -210,6 +211,8 @@ def to_json(self, path: str | Path) -> None:
"A6000": "NVIDIA RTX A6000",
"RTX 6000 Ada": "NVIDIA RTX 6000 Ada Generation",
"RTX 6000 Ada Generation": "NVIDIA RTX 6000 Ada Generation",
"RTX PRO 6000": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
"RTX PRO 6000 Blackwell": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
"L40": "NVIDIA L40",
"L40S": "NVIDIA L40S",
"A100 40GB": "NVIDIA A100-SXM4-40GB",
Expand Down