banner
Sep 6, 2022
100 Views

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

Written by
banner

NVIDIA GeForce RTX 3070 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 GeForce RTX 3070 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/

Install Conda

curl --output anaconda.sh https://repo.anaconda.com/archive/Anaconda3-5.3.1-Linux-x86_64.sh

bash anaconda.sh

export PATH="~/anaconda3/bin":$PATH 

Install correct version of pytouch and cudatoolkit

pip3 install --upgrade requests
conda install pytorch torchvision cudatoolkit=11 -c pytorch-nightly
Article Tags:
· · · · · ·
Article Categories:
config
banner

Leave a Reply

Your email address will not be published. Required fields are marked *