mac使用pip安装2.0.1新版本torch

使用官网下载或者安装pytorch离线版本都非常慢

正确方式:使用清华镜像源

pip3 install torch torchvision torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple

如果只能安装老版本的torch,可以强制指定安装新版本的torch

pip3 install torch==2.0.1 torchvision torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple -U

速度非常的快

pytorch官网

猜你喜欢

转载自blog.csdn.net/weixin_45277161/article/details/131641041
今日推荐