mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-15 17:25:26 -04:00
d6d2e17214
NVIDIA Grace Blackwell GB10 / DGX Spark was missing from GPU_BANDWIDTH, so _lookup_bandwidth() returned None for it and _estimate_speed() fell through to the crude FALLBACK_K path (k/active-params). That over-stated tok/s and let speed scores saturate regardless of the box's real ~273 GB/s LPDDR5X pool — distorting model ranking on these 128GB unified-memory rigs. Add "gb10": 273 (GB/s). nvidia-smi reports the device name as "NVIDIA GB10", which substring-matches the new key, so detected GB10 boxes now estimate speed from the real bandwidth instead of the fallback.