PyTorch release, CUDA build and NVIDIA driver pairings
One record per (PyTorch release, CUDA build) pairing: which CUDA builds each PyTorch release ships wheels for, which Python versions it supports, which cuDNN it carries, which GPU architectures (compute capabilities) the wheel was compiled for, and the minimum NVIDIA driver the pairing needs. Answers 'does torch 2.7 run on an RTX 5090', 'nvidia-smi says CUDA 12.4 but torch wants 12.6 — do I need a new driver', 'which pip index URL do I use for CUDA 12.8', 'why is torch.cuda.is_available() False on a card that CUDA supports'. Nobody publishes this join: PyTorch's release notes state the CUDA builds but not the driver floor, NVIDIA's release notes state the driver floor but say nothing about PyTorch, and the compiled architecture list lives only in PyTorch's own build script. The pairing is what a person actually needs and it is the thing assistants get wrong.
The data
| Pairing | PyTorch release | CUDA build | Python versions | cuDNN version | Build script: base architecture list | Build script: this CUDA build's architecture line | GPU architectures compiled in, Windows wheel | Minimum driver (minor version compatibility) | Toolkit driver, Linux x86_64 | Toolkit driver, Windows x86_64 | Wheel index URL | GPU architectures compiled in, Linux wheel |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PyTorch 1.12 with CUDA 11.3 | 1.12 | CUDA 11.3 | >=3.7, <=3.10 | 8.3.2.44 | TORCH_CUDA_ARCH_LIST="3.7;5.0;6.0;7.0" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};7.5;8.0;8.6" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6 | >= 450 | >=465.19.01 | >=465.89 | https://download.pytorch.org/whl/cu113 | |
| PyTorch 1.12 with CUDA 11.6 | 1.12 | CUDA 11.6 | >=3.7, <=3.10 | 8.3.2.44 | TORCH_CUDA_ARCH_LIST="3.7;5.0;6.0;7.0" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};7.5;8.0;8.6" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6 | >= 450 | >=510.39.01 | >=511.23 | https://download.pytorch.org/whl/cu116 | |
| PyTorch 1.13 with CUDA 11.6 | 1.13 | CUDA 11.6 | >=3.7, <=3.10 | 8.3.2.44 | TORCH_CUDA_ARCH_LIST="3.7;5.0;6.0;7.0" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};7.5;8.0;8.6" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6 | >= 450 | >=510.39.01 | >=511.23 | https://download.pytorch.org/whl/cu116 | |
| PyTorch 1.13 with CUDA 11.7 | 1.13 | CUDA 11.7 | >=3.7, <=3.10 | 8.5.0.96 | TORCH_CUDA_ARCH_LIST="3.7;5.0;6.0;7.0" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};7.5;8.0;8.6" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6 | >= 450 | >=515.43.04 | >=516.01 | https://download.pytorch.org/whl/cu117 | |
| PyTorch 2.0 with CUDA 11.7 | 2.0 | CUDA 11.7 | >=3.8, <=3.11 | 8.5.0.96 | TORCH_CUDA_ARCH_LIST="3.7;5.0;6.0;7.0" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};7.5;8.0;8.6" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6 | >= 450 | >=515.43.04 | >=516.01 | https://download.pytorch.org/whl/cu117 | |
| PyTorch 2.0 with CUDA 11.8 | 2.0 | CUDA 11.8 | >=3.8, <=3.11 | 8.7.0.84 | TORCH_CUDA_ARCH_LIST="3.7;5.0;6.0;7.0" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};7.5;8.0;8.6;9.0" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 450 | >=520.61.05 | >=520.06 | https://download.pytorch.org/whl/cu118 | |
| PyTorch 2.1 with CUDA 11.8 | 2.1 | CUDA 11.8 | >=3.8, <=3.11 | 8.7.0.84 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};3.7;9.0" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 450 | >=520.61.05 | >=520.06 | https://download.pytorch.org/whl/cu118 | |
| PyTorch 2.1 with CUDA 12.1 | 2.1 | CUDA 12.1 | >=3.8, <=3.11 | 8.9.2.26 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=530.30.02 | >=531.14 | https://download.pytorch.org/whl/cu121 | |
| PyTorch 2.10 with CUDA 12.6 | 2.10 | CUDA 12.6 | >=3.10, <=(3.14, 3.14t experimental) | 9.10.2.21 | TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6;9.0" | TORCH_CUDA_ARCH_LIST="5.0;6.0;${TORCH_CUDA_ARCH_LIST}" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=560.28.03 | >=560.76 | https://download.pytorch.org/whl/cu126 | |
| PyTorch 2.10 with CUDA 12.8 | 2.10 | CUDA 12.8 | >=3.10, <=(3.14, 3.14t experimental) | 9.10.2.21 | TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6;9.0" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};10.0;12.0" | 7.0;7.5;8.0;8.6;9.0;10.0;12.0 | >= 525 | >=570.26 | >=570.65 | https://download.pytorch.org/whl/cu128 | |
| PyTorch 2.10 with CUDA 13.0 | 2.10 | CUDA 13.0 | >=3.10, <=(3.14, 3.14t experimental) | 9.15.1.9 | TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6;9.0" | TORCH_CUDA_ARCH_LIST="7.5;8.0;8.6;9.0;10.0;$([[ "$ARCH" == "aarch64" ]] && echo "11.0;" || echo "")12.0+PTX" | 7.5;8.0;8.6;9.0;10.0;12.0 | >= 580 | https://download.pytorch.org/whl/cu130 | |||
| PyTorch 2.11 with CUDA 12.6 | 2.11 | CUDA 12.6 | >=3.10, <=(3.14, 3.14t experimental) | 9.10.2.21 | TORCH_CUDA_ARCH_LIST="7.5;8.0;8.6;9.0;10.0" | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;${TORCH_CUDA_ARCH_LIST//10.0/}" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=560.28.03 | >=560.76 | https://download.pytorch.org/whl/cu126 | |
| PyTorch 2.11 with CUDA 12.8 | 2.11 | CUDA 12.8 | >=3.10, <=(3.14, 3.14t experimental) | 9.17.1.4 | TORCH_CUDA_ARCH_LIST="7.5;8.0;8.6;9.0;10.0" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};12.0" | 7.5;8.0;8.6;9.0;10.0;12.0 | >= 525 | >=570.26 | >=570.65 | https://download.pytorch.org/whl/cu128 | |
| PyTorch 2.11 with CUDA 13.0 | 2.11 | CUDA 13.0 | >=3.10, <=(3.14, 3.14t experimental) | 9.17.1.4 | TORCH_CUDA_ARCH_LIST="7.5;8.0;8.6;9.0;10.0" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};$([[ "$ARCH" == "aarch64" ]] && echo "11.0;" || echo "")12.0" | 7.5;8.0;8.6;9.0;10.0;12.0 | >= 580 | https://download.pytorch.org/whl/cu130 | |||
| PyTorch 2.12 with CUDA 12.6 | 2.12 | CUDA 12.6 | >=3.10, <=(3.14, 3.14t experimental) | 9.10.2.21 | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=560.28.03 | >=560.76 | https://download.pytorch.org/whl/cu126 | Maxwell(5.0), Pascal(6.0), Volta(7.0), Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0) | ||
| PyTorch 2.12 with CUDA 13.0 | 2.12 | CUDA 13.0 | >=3.10, <=(3.14, 3.14t experimental) | 9.20.0.48 | 7.5;8.0;8.6;9.0;10.0;12.0 | >= 580 | https://download.pytorch.org/whl/cu130 | Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0), Blackwell(10.0, 12.0+PTX) | ||||
| PyTorch 2.12 with CUDA 13.2 | 2.12 | CUDA 13.2 | >=3.10, <=(3.14, 3.14t experimental) | 9.20.0.48 | 7.5;8.0;8.6;9.0;10.0;12.0 | >= 580 | https://download.pytorch.org/whl/cu132 | Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0), Blackwell(10.0, 12.0+PTX) | ||||
| PyTorch 2.13 with CUDA 12.6 | 2.13 | CUDA 12.6 | >=3.10, <=(3.15, 3.15t experimental) | 9.10.2.21 | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=560.28.03 | >=560.76 | https://download.pytorch.org/whl/cu126 | Maxwell(5.0), Pascal(6.0), Volta(7.0), Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0) | ||
| PyTorch 2.13 with CUDA 13.0 | 2.13 | CUDA 13.0 | >=3.10, <=(3.15, 3.15t experimental) | 9.20.0.48 | 7.5;8.0;8.6;9.0;10.0;12.0 | >= 580 | https://download.pytorch.org/whl/cu130 | Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0), Blackwell(10.0, 12.0+PTX) | ||||
| PyTorch 2.13 with CUDA 13.2 | 2.13 | CUDA 13.2 | >=3.10, <=(3.15, 3.15t experimental) | 9.20.0.48 | 7.5;8.0;8.6;9.0;10.0;12.0 | >= 580 | https://download.pytorch.org/whl/cu132 | Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0), Blackwell(10.0, 12.0+PTX) | ||||
| PyTorch 2.14 with CUDA 12.6 | 2.14 | CUDA 12.6 | >=3.10, <=(3.15, 3.15t experimental) | 9.10.2.21 | Maxwell(5.0), Pascal(6.0), Volta(7.0), Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0) | >= 525 | >=560.28.03 | >=560.76 | https://download.pytorch.org/whl/cu126 | Maxwell(5.0), Pascal(6.0), Volta(7.0), Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0) | ||
| PyTorch 2.14 with CUDA 13.0 | 2.14 | CUDA 13.0 | >=3.10, <=(3.15, 3.15t experimental) | 9.24.0.43 | >= 580 | https://download.pytorch.org/whl/cu130 | Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0), Blackwell(10.0, 12.0+PTX) | |||||
| PyTorch 2.14 with CUDA 13.2 | 2.14 | CUDA 13.2 | >=3.10, <=(3.15, 3.15t experimental) | 9.24.0.43 | >= 580 | https://download.pytorch.org/whl/cu132 | Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0), Blackwell(10.0, 12.0+PTX) | |||||
| PyTorch 2.2 with CUDA 11.8 | 2.2 | CUDA 11.8 | >=3.8, <=3.11, (3.12 experimental) | 8.7.0.84 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};3.7;9.0" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 450 | >=520.61.05 | >=520.06 | https://download.pytorch.org/whl/cu118 | |
| PyTorch 2.2 with CUDA 12.1 | 2.2 | CUDA 12.1 | >=3.8, <=3.11, (3.12 experimental) | 8.9.2.26 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=530.30.02 | >=531.14 | https://download.pytorch.org/whl/cu121 | |
| PyTorch 2.3 with CUDA 11.8 | 2.3 | CUDA 11.8 | >=3.8, <=3.11, (3.12 experimental) | 8.7.0.84 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};3.7;9.0" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 450 | >=520.61.05 | >=520.06 | https://download.pytorch.org/whl/cu118 | |
| PyTorch 2.3 with CUDA 12.1 | 2.3 | CUDA 12.1 | >=3.8, <=3.11, (3.12 experimental) | 8.9.2.26 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=530.30.02 | >=531.14 | https://download.pytorch.org/whl/cu121 | |
| PyTorch 2.4 with CUDA 11.8 | 2.4 | CUDA 11.8 | >=3.8, <=3.12 | 9.1.0.70 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};3.7;9.0" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 450 | >=520.61.05 | >=520.06 | https://download.pytorch.org/whl/cu118 | |
| PyTorch 2.4 with CUDA 12.1 | 2.4 | CUDA 12.1 | >=3.8, <=3.12 | 9.1.0.70 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=530.30.02 | >=531.14 | https://download.pytorch.org/whl/cu121 | |
| PyTorch 2.4 with CUDA 12.4 | 2.4 | CUDA 12.4 | >=3.8, <=3.12 | 9.1.0.70 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=550.54.14 | >=551.61 | https://download.pytorch.org/whl/cu124 | |
| PyTorch 2.5 with CUDA 11.8 | 2.5 | CUDA 11.8 | >=3.9, <=3.12, (3.13 experimental) | 9.1.0.70 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};3.7;9.0" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 450 | >=520.61.05 | >=520.06 | https://download.pytorch.org/whl/cu118 | |
| PyTorch 2.5 with CUDA 12.1 | 2.5 | CUDA 12.1 | >=3.9, <=3.12, (3.13 experimental) | 9.1.0.70 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=530.30.02 | >=531.14 | https://download.pytorch.org/whl/cu121 | |
| PyTorch 2.5 with CUDA 12.4 | 2.5 | CUDA 12.4 | >=3.9, <=3.12, (3.13 experimental) | 9.1.0.70 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=550.54.14 | >=551.61 | https://download.pytorch.org/whl/cu124 | |
| PyTorch 2.6 with CUDA 11.8 | 2.6 | CUDA 11.8 | >=3.9, <=3.13, (3.13t experimental) | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};3.7;9.0" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 450 | >=520.61.05 | >=520.06 | https://download.pytorch.org/whl/cu118 | ||
| PyTorch 2.6 with CUDA 12.4 | 2.6 | CUDA 12.4 | >=3.9, <=3.13, (3.13t experimental) | 9.1.0.70 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=550.54.14 | >=551.61 | https://download.pytorch.org/whl/cu124 | |
| PyTorch 2.6 with CUDA 12.6 | 2.6 | CUDA 12.6 | >=3.9, <=3.13, (3.13t experimental) | 9.5.1.17 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=560.28.03 | >=560.76 | https://download.pytorch.org/whl/cu126 | |
| PyTorch 2.7 with CUDA 11.8 | 2.7 | CUDA 11.8 | >=3.9, <=3.13, (3.13t experimental) | 9.1.0.70 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};3.7;9.0" | 3.7+PTX;5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 450 | >=520.61.05 | >=520.06 | https://download.pytorch.org/whl/cu118 | |
| PyTorch 2.7 with CUDA 12.6 | 2.7 | CUDA 12.6 | >=3.9, <=3.13, (3.13t experimental) | 9.5.1.17 | TORCH_CUDA_ARCH_LIST="5.0;6.0;7.0;7.5;8.0;8.6" | TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST};9.0" | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=560.28.03 | >=560.76 | https://download.pytorch.org/whl/cu126 | |
| PyTorch 2.7 with CUDA 12.8 | 2.7 | CUDA 12.8 | >=3.9, <=3.13, (3.13t experimental) | 9.7.1.26 | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0;10.0;12.0 | >= 525 | >=570.26 | >=570.65 | https://download.pytorch.org/whl/cu128 | 7.5;8.0;8.6;9.0;10.0;12.0+PTX | ||
| PyTorch 2.8 with CUDA 12.6 | 2.8 | CUDA 12.6 | >=3.9, <=3.13, (3.13t experimental) | 9.10.2.21 | 6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=560.28.03 | >=560.76 | https://download.pytorch.org/whl/cu126 | 5.0;6.0;7.0;7.5;8.0;8.6;9.0 | ||
| PyTorch 2.8 with CUDA 12.8 | 2.8 | CUDA 12.8 | >=3.9, <=3.13, (3.13t experimental) | 9.10.2.21 | 6.1;7.0;7.5;8.0;8.6;9.0;10.0;12.0 | >= 525 | >=570.26 | >=570.65 | https://download.pytorch.org/whl/cu128 | 7.0;7.5;8.0;8.6;9.0;10.0;12.0 | ||
| PyTorch 2.8 with CUDA 12.9 | 2.8 | CUDA 12.9 | >=3.9, <=3.13, (3.13t experimental) | 9.10.2.21 | 7.0;7.5;8.0;8.6;9.0;10.0;12.0 | >= 525 | >=575.51.03 | >=576.02 | https://download.pytorch.org/whl/cu129 | 7.0;7.5;8.0;8.6;9.0;10.0;12.0+PTX | ||
| PyTorch 2.9 with CUDA 12.6 | 2.9 | CUDA 12.6 | >=3.10, <=(3.14, 3.14t experimental) | 9.10.2.21 | 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0 | >= 525 | >=560.28.03 | >=560.76 | https://download.pytorch.org/whl/cu126 | 5.0;6.0;7.0;7.5;8.0;8.6;9.0 | ||
| PyTorch 2.9 with CUDA 12.8 | 2.9 | CUDA 12.8 | >=3.10, <=(3.14, 3.14t experimental) | 9.10.2.21 | 7.0;7.5;8.0;8.6;9.0;10.0;12.0 | >= 525 | >=570.26 | >=570.65 | https://download.pytorch.org/whl/cu128 | 7.0;7.5;8.0;8.6;9.0;10.0;12.0 | ||
| PyTorch 2.9 with CUDA 13.0 | 2.9 | CUDA 13.0 | >=3.10, <=(3.14, 3.14t experimental) | 9.13.0.50 | 7.5;8.0;8.6;9.0;10.0;12.0 | >= 580 | https://download.pytorch.org/whl/cu130 | 7.5;8.0;8.6;9.0;10.0;12.0+PTX |
Where this came from
Every record above links the page it was taken from and quotes the sentence that states it. These are the 52 sources this dataset was assembled from.
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/main/RELEASE.md
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/1.12/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/1.12/windows/cuda113.bat
- docs.nvidia.comhttps://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/1.12/windows/cuda116.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/1.13/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/1.13/windows/cuda116.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/1.13/windows/cuda117.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.0/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.0/windows/cuda117.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.0/windows/cuda118.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.1/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.1/windows/cuda118.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.1/windows/cuda121.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.10/.ci/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.10/.ci/pytorch/windows/cuda126.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.10/.ci/pytorch/windows/cuda128.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.10/.ci/pytorch/windows/cuda130.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.11/.ci/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.11/.ci/pytorch/windows/internal/cuda_config.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.12/.ci/pytorch/windows/internal/cuda_config.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.13/.ci/pytorch/windows/internal/cuda_config.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.2/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.2/windows/cuda118.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.2/windows/cuda121.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.3/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.3/windows/cuda118.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.3/windows/cuda121.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.4/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.4/windows/cuda118.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.4/windows/cuda121.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.4/windows/cuda124.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.5/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.5/windows/cuda118.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.5/windows/cuda121.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/builder/release/2.5/windows/cuda124.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.6/.ci/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.6/.ci/pytorch/windows/cuda118.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.6/.ci/pytorch/windows/cuda124.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.6/.ci/pytorch/windows/cuda126.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.7/.ci/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.7/.ci/pytorch/windows/cuda118.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.7/.ci/pytorch/windows/cuda126.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.7/.ci/pytorch/windows/cuda128.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.8/.ci/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.8/.ci/pytorch/windows/cuda126.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.8/.ci/pytorch/windows/cuda128.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.8/.ci/pytorch/windows/cuda129.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.9/.ci/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.9/.ci/pytorch/windows/cuda126.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.9/.ci/pytorch/windows/cuda128.bat
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.9/.ci/pytorch/windows/cuda130.bat
Machine-readable
- data.jsonThe whole dataset — every record with its source URL and source quote.
- Open Knowledge Format bundleOne JSON object per line — every record's frontmatter and quoted span exactly as it is held here, in one fetch.
- data.csvThe same records as one flat table, for a spreadsheet or a dataframe. The last four columns are the source URL, the quoted sentence it was read from, the date we last checked it, and which columns are our reading rather than the page's words.
- How this is made and checkedWhat "verified against source" does and does not mean.
Set your AI assistant up to use this
Two files and no account. Put this in .mcp.json at the root of your project — Claude Code, Cursor, Windsurf, VS Code and Codex all read that file — and your assistant can look this dataset up instead of recalling it. The server is remote, keyless and read-only.
{
"mcpServers": {
"referencesource": {
"type": "http",
"url": "https://referencesource.org/mcp"
}
}
}Add to Cursor · or, on the command line: claude mcp add --transport http referencesource https://referencesource.org/mcp --scope project
Then one line in the project's CLAUDE.md or AGENTS.md, so the assistant knows when to reach for it:
When a question needs "PyTorch release, CUDA build and NVIDIA driver pairings", call the referencesource MCP server at https://referencesource.org/mcp (tool `search_records`, dataset_slug `gpu-cuda-pytorch-compatibility`) instead of answering from memory — every record it returns carries its source URL and a verbatim quote from that page.What each tool does, and the servers built over single registers: Connect your AI assistant.