You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Thus, apparently, PyTorch is building/testing with individual CUDA libraries originating from version 12.6.2 in their "cu126" wheels with on exception; their cublas version comes from CUDA 12.6.3.
And apparently torch 2.6.0 no longer builds wheels for CUDA 12.1
Here's what torch is being built/compatible with pursuant to:
pytorch/.github/scripts/generate_binary_build_matrix.py(within the torch repository)Here is a brief selection of the pip-installable libraries that torch 2.6.0 has been tested/compatible with:
Thus, apparently, PyTorch is building/testing with individual CUDA libraries originating from version 12.6.2 in their "cu126" wheels with on exception; their
cublasversion comes from CUDA 12.6.3.And apparently torch 2.6.0 no longer builds wheels for CUDA 12.1