Skip to content
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.7.0 and torchvision to v0.8.1 #1676

Closed
seemethere opened this issue Oct 30, 2020 · 2 comments
Closed

Upgrading PyTorch to v1.7.0 and torchvision to v0.8.1 #1676

seemethere opened this issue Oct 30, 2020 · 2 comments

Comments

@seemethere
Copy link

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

@colaboratory-team
Copy link
Contributor

Thanks for the notification. Tracked internally as b/172077006.

@colaboratory-team
Copy link
Contributor

Updates are live:

import torch
import torchvision
print(torch.__version__, torchvision.__version__)
1.7.0+cu101 0.8.1+cu101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants