计算机上的cuda和cudatoolkit和自己pytorch上的cudatookit的关系 torch whl文件安装的方式解决conda安装too old 问题

计算机上的cuda和cudatoolkit和自己pytorch上的cudatookit的关系 torch whl文件安装的方式解决conda安装too old 问题

https://www.cnblogs.com/yhjoker/p/10972795.html

解决cuda啥的too old 问题 源码安装方案(失败

https://discuss.pytorch.org/t/found-gpu0-geforce-gtx-960m-which-is-of-cuda-capability-5-0/15135/4

使用whl的方式进行安装。()
https://blog.csdn.net/qq_25485287/article/details/100765581?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task

最后解决问题,安装torch使用whl的方式:找到对应cuda80对应python版本的torch whl文件切换到对应conda环境进行安装pip install xxxxxxx.whl就可用了。测试通过

https://pytorch.org/get-started/previous-versions/

posted @ 2020-03-02 14:34  程序员成长  阅读(1898)  评论(0编辑  收藏  举报