方法一

直接将 PyTorch 安装指引 中的 https://download.pytorch.org/whl 替换为 https://mirrors.aliyun.com/pytorch-wheels即可。

这个是阿里云的镜像,如

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121

改为这个,即可

pip3 install torch torchvision torchaudio --index-url https://mirrors.aliyun.com/pytorch-wheels/cu121

方法二

或者直接进入链接阿里云,CTRL+f搜索,然后点击下载

下载后会得到一个后缀为wheel的文件,看这篇文章安装点这里

Logo

2万人民币佣金等你来拿,中德社区发起者X.Lab,联合德国优秀企业对接开发项目,领取项目得佣金!!!

更多推荐