Similar to #6053
Hello. We have released torch v2.14.0 and torchvision v0.29.0, to pypi and download.pytorch.org
Installation instructions for integrating this build in Colab:
pip3 install torch torchvision
This should install Python 3.10-Python 3.14 Cuda 13.0 full release.
CUDA 13.0 remains the default version installed for both x86_64 and ARM platforms.
release note can be found at: pytorch/pytorch@v2.14.0 (release)
see blog: pytorch.org/blog/pytorch-2-14-release-blog
Should we close this one now: #6053 ?
Release 2.14.0 you have an option to use cuda 12.6 or cuda 13.2 builds. Installation instructions:
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132
cc @spencersgoogle
Similar to #6053
Hello. We have released torch v2.14.0 and torchvision v0.29.0, to pypi and download.pytorch.org
Installation instructions for integrating this build in Colab:
pip3 install torch torchvision
This should install Python 3.10-Python 3.14 Cuda 13.0 full release.
CUDA 13.0 remains the default version installed for both x86_64 and ARM platforms.
release note can be found at: pytorch/pytorch@v2.14.0 (release)
see blog: pytorch.org/blog/pytorch-2-14-release-blog
Should we close this one now: #6053 ?
Release 2.14.0 you have an option to use cuda 12.6 or cuda 13.2 builds. Installation instructions:
cc @spencersgoogle