计算机上的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
最后解决问题,安装torch使用whl的方式:找到对应cuda80对应python版本的torch whl文件切换到对应conda环境进行安装pip install xxxxxxx.whl就可用了。测试通过