0
点赞
收藏
分享

微信扫一扫

【避坑指南】3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation

boomwu 2022-04-29 阅读 91
linuxpytorch
  • 网上清一色的说要提高torch版本和cuda版本,但实际上都忽略了两个很重要的细节。

  • mmcv对cuda和torch版本有要求,3090需要cuda11以上,因此在torch官网下载最新的或者选择cuda11.1+torch1.8
    在这里插入图片描述

  • cuda和torch必须必须同时安装,不能分开安装。不然会报错!!!

举报

相关推荐

0 条评论