From 4e52236ad34cd66bc3889b700d5898b6c9841b04 Mon Sep 17 00:00:00 2001 From: zorr0 <134105091+aizorr0@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:08:00 -0400 Subject: [PATCH] Add RTX PRO 6000 Blackwell Server Edition to GPU_VRAM_GB Registers the model (96 GB) plus aliases so validators resolve its proof GPU hash to the canonical name instead of tagging "Unknown GPU". Enables the RTX PRO 6000 timing row (testnet-468 calibration, counts 1/2/4). Co-Authored-By: Claude Opus 4.8 --- common/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/config.py b/common/config.py index 8afa9f4..b655212 100644 --- a/common/config.py +++ b/common/config.py @@ -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, @@ -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",