question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pytorch 1.11.0 binary wheels please

See original GitHub issue

pt-1.11 is planned to be released tomorrow.

As HF transformers CI relies on pytorch_scatter binary wheels so that we could update to pt-1.11 kindly requesting to make binary wheel builds for pt-1.11.0.

Note: pt-1.11 seems to have 2 versions: CUDA 11.3 and 11.5 - so most likely pytorch_scatter will need 2 builds as well.

Thank you!

If you want to use the RC today, here is the info from the pytorch slack:


PYTORCH RELEASE 1.11 UPDATE
Release date is planned for 03/10
Following are instructions on how to download different versions of Final RC for testing.
Note: I included links for CUDA 11.3 but CUDA 11.5 is available as well, just replace 11.3 by 11.5 or cu113 by cu115 and you should be good.
CONDA CPU:
Windows/LInux:
conda install pytorch torchvision torchaudio cpuonly -c pytorch-test
MacOS:
conda install pytorch torchvision torchaudio -c pytorch-test
CUDA 11.3
Windows/Linux:
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch-test
PIP CPU:
Windows/Linux/MacOS:
pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/test/cpu/torch_test.html
PIP CUDA 11.3
Windows/Linux
pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/test/cu113/torch_test.html
Libtorch:
CPU Linux:
(Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/test/cpu/libtorch-shared-with-deps-latest.zip
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip
CPU Windows:
Download here (Release version):
https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-debug-latest.zip
CPU MacOS:
https://download.pytorch.org/libtorch/test/cpu/libtorch-macos-latest.zip
CUDA 11.3 Linux
(Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu113/libtorch-shared-with-deps-latest.zip
(cxx11 ABI):
https://download.pytorch.org/libtorch/test/cu113/libtorch-cxx11-abi-shared-with-deps-latest.zip
Windows CUDA 11.3
(Release version):
https://download.pytorch.org/libtorch/test/cu113/libtorch-win-shared-with-deps-latest.zip
(Debug version):
https://download.pytorch.org/libtorch/test/cu113/libtorch-win-shared-with-deps-debug-latest.zip (edited) 

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rusty1scommented, Mar 10, 2022

It looks like CUDA 10.2 support is only dropped for Windows. Linux builds still support it, see https://download.pytorch.org/whl/cu102/torch_stable.html.

1reaction
rusty1scommented, Mar 10, 2022

Should be available now, see https://data.pyg.org/whl/index.html. Let me know if it works 😃

Edit: CUDA 11.5 wheels coming tomorrow (although CUDA 11.3 wheels should work for them as well).

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Feature] Provide wheel for Pytorch 1.11.0 · Issue #990 - GitHub
A new python wheel release for python to install Torch_TensorRT via pip3. Describe alternatives you've considered. Using one of the docker ...
Read more >
CUDA 11.4 and torch version 1.11.0 not working - PyTorch Live
Hi there, I have CUDA 11.4 and I've installed pytorch 1.11.0. ... I guess you've installed the pip wheels or conda binaries, which...
Read more >
torch - PyPI
Commands to install binaries via Conda or pip wheels are on our website: ... Please note that PyTorch uses shared memory to share...
Read more >
Installation — pytorch_geometric documentation
Installation via Pip Wheels · Ensure that at least PyTorch 1.12.0 is installed: · Find the CUDA version PyTorch was installed with: python...
Read more >
Releases — intel_extension_for_pytorch 1.11.0+cpu documentation
We are excited to announce Intel® Extension for PyTorch* 1.11.0-cpu release by ... Reduce the binary size for both the PIP wheel and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found