cuda11.0安装pytorch方法

pip install torch=1.8.0 torchvision=0.9.0 -f https://download.pytorch.org/whl/torch_stable.html -i https://pypi.tuna.tsinghua.edu.cn/simple
https://blog.csdn.net/qq_29831163/article/details/108402722
在这里插入图片描述
或者

pip install torch=1.6.0 torchvision=0.7.0 -f https://download.pytorch.org/whl/torch_stable.html -i https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(环境配置)