下载火炬1.7.1

问题描述 投票:0回答:1

嘿,我发现了一个我发现非常有趣的 github 存储库(https://github.com/CederGroupHub/MatBERT_NER?tab=readme-ov-file#matbert-ner),但在requirements.txt中它需要torch版本1.7。 1 和 pytorch-crf 0.7.2.

根据 PyTorch 网站,我应该能够只运行以下行(全部是单行):

pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html

该网站位于此处:https://pytorch.org/get-started/previous-versions/

当我在 CMD 中运行上述行时,遇到以下错误: enter image description here

知道我应该从这里去哪里吗?我尝试手动将 request.txt 字段更新为我的 torch/CUDA 版本,但遇到了另一个问题。

enter image description here

对使用 Github 存储库相当陌生,但我觉得它不应该这么困难?

github pytorch
1个回答
0
投票

我犯了一个菜鸟错误。我试图为 Python 3.11 执行此操作,我需要为 3.8 执行此操作。

应该早点检查Python版本。

© www.soinside.com 2019 - 2024. All rights reserved.