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 Categories:
config