The core binaries are now available for download and testing on pytorch test channel. Here is the 2.11 release issue tracker for cherry pick submissions.
Reminder of Key Dates
Milestones M1 through M3.3 are complete.
- M3.2: Release first RC1 Binary for PyTorch Core (17/2/26) COMPLETE
- M3.3: Domain libraries cut RC Branch (18/2/26) COMPLETE
- M4: Release branch finalized, Announce final launch date, Feature classifications published (week of 9/3/26) - Final RC is produced.
- M4.1: Tutorial drafts submission deadline (11/3/26)
- M5: External-Facing Content Finalized (13/3/26)
- M6: Release Day (18/3/26)
Download instructions for testing RC1 for pytorch and torchvision
PIP CPU:
Windows/Linux x86 and aarch64/MacOS:
pip3 install torch==2.11.0 torchvision --index-url https://download.pytorch.org/whl/test/cpu
PIP CUDA 12.6, 12.8, 13.0
Windows/Linux x86 and aarch64:
pip3 install torch==2.11.0 torchvision --index-url https://download.pytorch.org/whl/test/cu126
pip3 install torch==2.11.0 torchvision --index-url https://download.pytorch.org/whl/test/cu128
pip3 install torch==2.11.0 torchvision --index-url https://download.pytorch.org/whl/test/cu130
PIP ROCM 7.1, 7.2
pip3 install torch==2.11.0 torchvision --index-url https://download.pytorch.org/whl/test/rocm7.1
pip3 install torch==2.11.0 torchvision --index-url https://download.pytorch.org/whl/test/rocm7.2
PIP XPU
Linux/Windows:
pip3 install torch==2.11.0 torchvision --index-url https://download.pytorch.org/whl/test/xpu
Libtorch
CPU Linux:
https://download.pytorch.org/libtorch/test/cpu/libtorch-shared-with-deps-latest.zip
CPU Windows:
Download here (Release version): https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version): https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-debug-latest.zip
CPU MacOS
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip
CUDA 12.6, 12.8, 13.0 Linux
https://download.pytorch.org/libtorch/test/cu126/libtorch-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu128/libtorch-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu130/libtorch-shared-with-deps-latest.zip
Windows CUDA 12.6, 12.8, 13.0
(Release version):
https://download.pytorch.org/libtorch/test/cu126/libtorch-win-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu128/libtorch-win-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu130/libtorch-win-shared-with-deps-latest.zip
(Debug version):
https://download.pytorch.org/libtorch/test/cu126/libtorch-win-shared-with-deps-debug-latest.zip
https://download.pytorch.org/libtorch/test/cu128/libtorch-win-shared-with-deps-debug-latest.zip
https://download.pytorch.org/libtorch/test/cu130/libtorch-win-shared-with-deps-debug-latest.zip
Cheers,
Team PyTorch