googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.17k stars 701 forks source link

Upgrading PyTorch to v1.12.0 and torchvision to v0.13.0 and torchaudio to v0.12.0 #2900

Closed atalman closed 2 years ago

atalman commented 2 years ago

Hello,

We released

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

pytorch

CUDA 11.3

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

torchvision

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

torchaudio

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

Other notes If you require wheels for Python 3.8 / 3.9 or 3.10, and CUDA 11.6 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 @craigcitro

Similar to #2372

craigcitro commented 2 years ago

Duplicate of #2893