torchaudio with RTX 3090
See original GitHub issueI 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:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?
Similarly for conda.
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.