mac 下 pytorch 安装 (pip方式)

mac 下 pytorch 安装 (pip方式)_第1张图片

 如果网络化 ,可以所使用 官网的 :

pip3 install torch torchvision torchaudio

我的网络联通宽带还行吧,就是 下不了。

mac 下 pytorch 安装 (pip方式)_第2张图片

 方案1.  可以去官网 下载文件:各版本pytorch离线下载网址

https://download.pytorch.org/whl/torch_stable.html mac 下 pytorch 安装 (pip方式)_第3张图片

下载 后 cd 命令定位到下载的目录,通过 pip install  XX.whl  安装。

还是 慢,我使用浏览器直接下载预计要1小时。

方案2:使用清华镜像 源。conda  版本可以看大佬写的,我是直接用了 pip安装

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

这速度刚刚 的秒级安装,赞一个。

试验下:

mac 下 pytorch 安装 (pip方式)_第4张图片

你可能感兴趣的:(python,macos,pytorch,人工智能)