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

显卡是RTX3090,一开始装的cuda11.0和pytorch1.7.1,报如上的错误,将近搞了一周,了解到cuda和torch必须同时安装,翻到了这博客救了我GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation._杜比斯特威的博客-CSDN博客

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

 呜呜呜呜太感人了

你可能感兴趣的:(报错整理,pytorch)