-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading PyTorch to v1.10.0 and torchvision to v0.11.1 and torchaudio to v0.10.0 #2372
Comments
@seemethere links should be to cuda-11.3 (and AFAIK CUDA have something called "enhanced-backward-compatibility", which means that CUDA-11.X releases should work with any CUDA-11.0 compatible driver) |
Updated to include |
Tracked internally as b/204473103 |
Done. |
Hi folks,
We released
The wheel links are:
pytorch
CUDA 11.3
download.pytorch.org/whl/cu113/torch-1.10.0%2Bcu113-cp36-cp36m-linux_x86_64.whl
torchvision
CUDA 11.3
download.pytorch.org/whl/cu113/torchvision-0.11.1%2Bcu113-cp36-cp36m-linux_x86_64.whl
torchaudio
CUDA 11.3
download.pytorch.org/whl/cu113/torchaudio-0.10.0%2Bcu113-cp36-cp36m-linux_x86_64.whl
Other notes
If you require wheels for Python 3.7 / 3.8, you can find the links here: download.pytorch.org/whl/torch_stable.html
We're looking to having it updated in Colab.
Thanks very much.
cc'ing @colaboratory-team
Similar to #1891
The text was updated successfully, but these errors were encountered: