[linux] NVIDIA RTX A6000 with CUDA capability sm_86 is not compatible with the current PyTorch ins

问题描述

NVIDIA RTX A6000 with CUDA capability sm_86 is not compatible with the current PyTorch ins.

问题解决

得用conda:
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch

pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html

参考

https://forums.developer.nvidia.com/t/nvidia-rtx-a6000-with-cuda-capability-sm-86-is-not-compatible-with-the-current-pytorch-installation-preview3/194083
https://pytorch.org/get-started/locally/

文章出处登录后可见!

已经登录?立即刷新

共计人评分,平均

到目前为止还没有投票!成为第一位评论此文章。

(0)
xiaoxingxing的头像xiaoxingxing管理团队
上一篇 2022年5月31日 下午12:26
下一篇 2022年5月31日

相关推荐