- 查看版本
- 下载离线包
- 安装PyTorch离线包
- 测试安装成功
查看PyTorch版本 - 官网地址
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
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)