We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi folks,
We released a new PyTorch version v1.7.0 and torchvision v0.8.1.
The wheel links are:
download.pytorch.org/whl/cu101/torch-1.7.0%2Bcu101-cp36-cp36m-linux_x86_64.whl
download.pytorch.org/whl/cu102/torch-1.7.0-cp36-cp36m-linux_x86_64.whl
download.pytorch.org/whl/cu101/torchvision-0.8.1%2Bcu101-cp36-cp36m-linux_x86_64.whl
download.pytorch.org/whl/cu102/torchvision-0.8.1-cp36-cp36m-linux_x86_64.whl
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 #1454
The text was updated successfully, but these errors were encountered:
Thanks for the notification. Tracked internally as b/172077006.
Sorry, something went wrong.
Updates are live:
import torch import torchvision print(torch.__version__, torchvision.__version__)
1.7.0+cu101 0.8.1+cu101
No branches or pull requests
Hi folks,
We released a new PyTorch version v1.7.0 and torchvision v0.8.1.
The wheel links are:
PyTorch
CUDA 10.1
download.pytorch.org/whl/cu101/torch-1.7.0%2Bcu101-cp36-cp36m-linux_x86_64.whl
CUDA 10.2
download.pytorch.org/whl/cu102/torch-1.7.0-cp36-cp36m-linux_x86_64.whl
TorchVision
CUDA 10.1
download.pytorch.org/whl/cu101/torchvision-0.8.1%2Bcu101-cp36-cp36m-linux_x86_64.whl
CUDA 10.2
download.pytorch.org/whl/cu102/torchvision-0.8.1-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 #1454
The text was updated successfully, but these errors were encountered: