JMANI

NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation 본문

카테고리 없음

NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation

jmani 2022. 6. 17. 13:46

cuda 11.4

pytorch 사이트가서 자동으로 설치되는 pip install > 실패 (torch 1.9.0)

11.1 10.0 여러개를 다 설치해봐도 실패

 

ref: https://discuss.pytorch.org/t/nvidia-geforce-rtx-3090-with-cuda-capability-sm-86-is-not-compatible-with-the-current-pytorch-installation/141940

 

NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation

Hello, I’m getting following error: NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70. If you want to use the NVIDIA

discuss.pytorch.org

Solved cuda 11.1용 pytorch 1.9.0 설치

ref: https://pytorch.org/get-started/previous-versions/

pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html

 

Comments