Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- deeplearning.ai
- I18N
- gettext_windows
- Python
- 국제화
- internationalization
- coursera
- 현지화
- gettext
- AI
- andrew ng
- localization
- docker
Archives
- Today
- Total
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:46cuda 11.4
pytorch 사이트가서 자동으로 설치되는 pip install > 실패 (torch 1.9.0)
11.1 10.0 여러개를 다 설치해봐도 실패
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