Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Launchers choose the index from the card.
webui.sh/webui.batreadnvidia-smi --query-gpu=compute_cap, take the highest across GPUs, and pickcu130for Blackwellor
cu126for everything older. cu126 is the last index still built for Maxwell..Volta, so nothingold gets stranded, and it moves every Windows user off the frozen 2.6.0 at the same time. A driver
too old falls back to cu126.
The install now also passes
--no-sources-package torch, which is the piece that actually lets thedetected index beat the pyproject pin.
An escape hatch
--torch-index(andINLINE_TORCH_INDEX) takes a short name, a full index URL, orcpu. Blackwell users whose driverpredates CUDA 13 want
--torch-index cu128.A post-install check fails loudly if a CPU-only wheel slipped through, which can still happen if
PyPI ever outranks the CUDA index on version.
core/pyproject.tomlis retargeted to cu126 anduv.lockregenerated, so the bareuv syncpathon Windows moves off 2.6.0 too.
Verified on Blackwell hardware
RTX PRO 4500 Blackwell, sm_120, driver 595.71.05 / CUDA 13.2, 32 GB
Closes #28
Checklist
npm run typecheck && npm run lint && npm run testpasscd core && ruff check . && uv run pytest -qpass (if the engine changed)git commit -s)