Hi folks, We released a new PyTorch version v1.8.0 and torchvision v0.9.0. The wheel links are: ## PyTorch ### CUDA 10.1 [download.pytorch.org/whl/cu101/torch-1.8.0%2Bcu101-cp36-cp36m-linux_x86_64.whl](https://download.pytorch.org/whl/cu101/torch-1.8.0%2Bcu101-cp36-cp36m-linux_x86_64.whl) ### CUDA 10.2 [download.pytorch.org/whl/cu102/torch-1.8.0-cp36-cp36m-linux_x86_64.whl](https://download.pytorch.org/whl/cu102/torch-1.8.0-cp36-cp36m-linux_x86_64.whl) ## TorchVision ### CUDA 10.1 [download.pytorch.org/whl/cu101/torchvision-0.9.0%2Bcu101-cp36-cp36m-linux_x86_64.whl](https://download.pytorch.org/whl/cu101/torchvision-0.9.0%2Bcu101-cp36-cp36m-linux_x86_64.whl) ### CUDA 10.2 [download.pytorch.org/whl/cu102/torchvision-0.9.0-cp36-cp36m-linux_x86_64.whl](https://download.pytorch.org/whl/cu102/torchvision-0.9.0-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](https://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 https://github.com/googlecolab/colabtools/issues/1454
Hi folks,
We released a new PyTorch version v1.8.0 and torchvision v0.9.0.
The wheel links are:
PyTorch
CUDA 10.1
download.pytorch.org/whl/cu101/torch-1.8.0%2Bcu101-cp36-cp36m-linux_x86_64.whl
CUDA 10.2
download.pytorch.org/whl/cu102/torch-1.8.0-cp36-cp36m-linux_x86_64.whl
TorchVision
CUDA 10.1
download.pytorch.org/whl/cu101/torchvision-0.9.0%2Bcu101-cp36-cp36m-linux_x86_64.whl
CUDA 10.2
download.pytorch.org/whl/cu102/torchvision-0.9.0-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