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.

torchaudio with RTX 3090

See original GitHub issue

I have followed the nightly build install instructions recommended for the new GPU: RTX 3090, shown in:

https://github.com/PyTorchLightning/pytorch-lightning/issues/4587 https://github.com/pytorch/pytorch/issues/45028

pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html

(I have also tried) conda install pytorch torchvision cudatoolkit=11 -c pytorch-nightly

But, once pytorch is installed and it works with the new gpu, I have not been able to install torchaudio. How can I install torchaudio + pytorch to work with RTX 3090 ?

Thanks in advance,

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
vincentqbcommented, Nov 18, 2020

Thanks for opening the issue! Can you provide the output of each command and how the installation is failing? In particular, can you provide the error message when you try to run the following?

!pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html

Similarly for conda.

0reactions
mthrokcommented, Jul 29, 2022

closing as it’s been a while since the issue is filed and we had multiple releases since then. Please try the latest one and file a new issue if it does not work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not ...
Hello, I'm getting following error: NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation.
Read more >
Developers - torchaudio with RTX 3090 - - Bountysource
Coming soon: A brand new website interface for an even better experience!
Read more >
Pytorch and conda on Lambda Workstation RTX 3090
Hi, I'm managing a Lambda Workstation with RTX 3090's, and fully up to ... conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c ...
Read more >
Ampere Architecture GPUs - Oscar
The new Ampere architecture GPUs on Oscar (A6000's and RTX 3090's) ... pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f ...
Read more >
I can't load an small AI model with nvidia 3090 in Windows ...
pip3 install --pre torch torchvision torchaudio --extra-index-url ... name: NVIDIA GeForce RTX 3090, pci bus id: 0000:0b:00.0, ...
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