win10、win11安装pytorch(可用)

看Python版本,安装对应的pytorch版本
我是安装的最新的anaconda包,Python是3.11版本的。

对应的pytorch下载:cp311,torch版本我也安装的最新的2.1.2

到 https://download.pytorch.org/whl/torch_stable.html 里面找
cpu/torch-2.1.2%2Bcpu-cp311-cp311-win_amd64.whl即可下载。

安装的时候,要在conda环境安装,执行

pip install .\torch-2.1.2+cpu-cp311-cp311-win_amd64.whl -i https://mirrors.aliyun.com/pypi/simple 

注意:要用国内源噢。

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