Release branch cut has been completed. The core binaries should now be available for download and testing on pytorch test channel. Here is the link to HUD
Release tracker issue for cherry-pick submission is available here
Reminder of key dates:
- M3.1: Release branch cut (12/4/23) - COMPLETED ON 12/5/23
- M3.2: Release first RC1 Binary for PyTorch Core (12/5/23) - COMPLETED ON 12/7/23
- M3.3: Domain libraries cut RC Branch (12/7/23) - ETA 12/8/23
- M4: Release branch finalized, Announce final launch date, Feature classifications published (12/19/23)
- M5: External-Facing Content Finalized (1/8/24)
- M6: Release Day (1/11/24)
If you have any questions please comment below or reach out to us on this thread.
Following are instructions on how to download different versions of RC1 for testing.
CONDA CPU:
Windows/LInux:
conda install pytorch=2.2.0 cpuonly -c pytorch-test
MacOS:
conda install pytorch=2.2.0 -c pytorch-test
CUDA 11.8, 12.1
Windows/Linux:
conda install pytorch=2.2.0 pytorch-cuda=11.8 -c pytorch-test -c nvidia
conda install pytorch=2.2.0 pytorch-cuda=12.1 -c pytorch-test -c nvidia
PIP CPU:
Windows/Linux/MacOS:
pip3 install torch==2.2.0 --index-url https://download.pytorch.org/whl/test/cpu
PIP CUDA 11.7, 11.8
Windows/Linux:
pip3 install torch==2.2.0 --index-url https://download.pytorch.org/whl/test/cu118
pip3 install torch==2.2.0 --index-url https://download.pytorch.org/whl/test/cu121
PIP ROCM 5.6, 5.7
pip3 install torch==2.2.0 --index-url https://download.pytorch.org/whl/test/rocm5.6/
pip3 install torch==2.2.0 --index-url https://download.pytorch.org/whl/test/rocm5.7/
Libtorch:
CPU Linux:
(Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/test/cpu/libtorch-shared-with-deps-latest.zip
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cpu/libtorch-cxx11-abi-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/test/cpu/libtorch-macos-latest.zip
CUDA 11.8, 12.1 Linux
(Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu118/libtorch-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu121/libtorch-shared-with-deps-latest.zip
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu121/libtorch-cxx11-abi-shared-with-deps-latest.zip
Windows CUDA 11.8, 12.1
(Release version):
https://download.pytorch.org/libtorch/test/cu118/libtorch-win-shared-with-deps-latest.zip
https://download.pytorch.org/libtorch/test/cu121/libtorch-win-shared-with-deps-latest.zip
(Debug version):
https://download.pytorch.org/libtorch/test/cu118/libtorch-win-shared-with-deps-debug-latest.zip
https://download.pytorch.org/libtorch/test/cu121/libtorch-win-shared-with-deps-debug-latest.zip
If you have any questions please comment below or reach out to us on this thread.