【工具安装】PyTorch离线安装

【工具安装】PyTorch离线安装

  • 查看版本
  • 下载离线包
  • 安装PyTorch离线包
  • 测试安装成功

查看版本

查看PyTorch版本 - 官网地址
【工具安装】PyTorch离线安装_第1张图片

下载离线包

pytorch离线包 - 官网下载地址
【工具安装】PyTorch离线安装_第2张图片

安装PyTorch离线包

在PyTorch离线包的路径下,打开命令行,运行如下命令,开始PyTorch离线安装。

pip3 install "torch-1.11.0+cu113-cp37-cp37m-win_amd64.whl"

测试安装成功

命令行运行pip3 list,列表中出现torch,说明安装成功。

pip3 list
tensorboard                  2.7.0
tensorboard-data-server      0.6.1
tensorboard-plugin-wit       1.8.1
tensorflow                   2.7.0
tensorflow-estimator         2.7.0
tensorflow-io-gcs-filesystem 0.23.1
termcolor                    1.1.0
threadpoolctl                3.0.0
toml                         0.10.2
torch                        1.11.0+cu113
typing_extensions            4.0.1
urllib3                      1.26.8
Werkzeug                     2.0.2
wheel                        0.37.1
wrapt                        1.13.3
zipp                         3.7.0

你可能感兴趣的:(#,深度学习工具,pytorch,深度学习,人工智能)