-
Notifications
You must be signed in to change notification settings - Fork 744
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.8.0 and torchvision to v0.9.0 #1891
Comments
Previous update was #1676. |
Unfortunately we've dropped CUDA 11.0 in favor of CUDA 11.1 and have no plans to release binaries for CUDA 11.0 |
Ok, we can use your 10.1 wheels then: Tracked internally by b/181907109. |
Could you consider adding |
@mthrok In general, we tend to be conservative with the packages we install, as each package adds complexity on our side (keeping versions compatible, install time, disk usage, etc). For something like torch or torchvision, where it's important that the installed For torchaudio, though, there's less of a compatibility question (no GPU-using code AFAICT), and the install is fast ( |
@craigcitro I see. That totally makes sense and that decision model is easy to get. Thanks for the explanation. |
Pytorch and torchvision should be updated. |
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
The text was updated successfully, but these errors were encountered: