赞
踩
win+r输入cmd 回车 输入nvidia-smi查看驱动版本为12.0,所以下载的cuda版本不超过12.0
打开Anaconda Prompt
1.创建名为DL的虚拟环境:conda create -n DL
2.进入名为DL的虚拟环境:conda activate DL
3.查看环境中有哪些包:pip list
4.下载命令在官网Previous PyTorch Versions | PyTorch中复制
本人下载的cuda为11.3版本,末尾可以加上清华镜像。
-i https://pypi.tuna.tsinghua.edu.cn/simple
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113 -i https://pypi.tuna.tsinghua.edu.cn/simple
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。