我尝试从网站安装pytorch使用,
pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio===0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
这不起作用,所以我从“https://download.pytorch.org/whl/cu113/torch_stable.html”下载了它,现在我有一个名为torch-1.10.0+cu113-cp36-cp36m-win_amd64.whl
的文件。如何使用pip安装它?
2条答案
按热度按时间gtlvzcf81#
pip 3安装 Torch -1.10.0 + cu 113-cp 36-cp 36 m-win_amd 64.whl
你需要确保你有CPython 3.6,否则你可能会得到一个错误,说这个文件不是这个平台上支持的wheel。另外,这个包是为64位Windows编译的,所以你需要在那个架构上。
有关命名约定的更多信息,请参见以下答案:这个版本已经编译过了,它是一个轮子发行版。
r6l8ljro2#
试试看: