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.11.0 and torchvision to v0.12.0 and torchaudio to v0.11.0 #2668

Closed
atalman opened this issue Mar 10, 2022 · 6 comments
Assignees
Labels

Comments

@atalman
Copy link

atalman commented Mar 10, 2022

Hello,

We released

pytorch v1.11.0
torchvision v0.12.0
torchaudio v0.11.0
The wheel links are:

pytorch

CUDA 11.3

download.pytorch.org/whl/cu113/torch-1.11.0%2Bcu113-cp37-cp37m-linux_x86_64.whl

torchvision

CUDA 11.3
download.pytorch.org/whl/cu113/torchvision-0.12.0%2Bcu113-cp37-cp37m-linux_x86_64.whl

torchaudio

CUDA 11.3
download.pytorch.org/whl/cu115/torchaudio-0.11.0%2Bcu115-cp37-cp37m-linux_x86_64.whl

Other notes
If you require wheels for Python 3.8 / 3.9 or 3.10, 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 #2372

@atalman atalman added the bug label Mar 10, 2022
@craigcitro
Copy link
Contributor

Thanks for the note!

@atalman is there info about your expected CUDA compatibility published somewhere? I ask because we're currently on CUDA 11.1, and updating is on our radar but going to require significant work. The download page only shows CUDA 11.3 and 11.5; we may be blocked on upgrading quickly if those are the only versions available.

@atalman
Copy link
Author

atalman commented Mar 11, 2022

Hi @craigcitro as per previous story : #2372 CUDA 11.3 should be working, CUDA have something called "enhanced-backward-compatibility", which means that CUDA-11.X releases should work with any CUDA-11.0 compatible driver.
We run small test of our cuda 11.3 binaries in colab and it worked.

cc'ing: @malfet @seemethere

@atalman
Copy link
Author

atalman commented Mar 16, 2022

Any update on this issue @craigcitro ?

@craigcitro
Copy link
Contributor

Hi @atalman -- I'm taking a look. (I'm getting tripped up by python package version conflicts, which I don't think are actually related to pytorch, but it may take some doing to untangle.)

There are also #2649 and #2656 as possible speed bumps.

@craigcitro craigcitro self-assigned this Mar 18, 2022
@malfet
Copy link

malfet commented Mar 22, 2022

Hi @craigcitro , fyi in this collab I've tested that CUDA-11.3 pip wheels from PyTorch-1.10.2 just work out of box. I assume it should be the same for PyTorch-1.11 and CUDA-11.3

@craigcitro
Copy link
Contributor

This should be fixed!

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

No branches or pull requests

3 participants