Skip to content

Commit

Permalink
ci: fix failing to install torch cpu version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanloong committed Aug 3, 2024
1 parent b4d48ca commit 22dda49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ requests==2.32.3
stanza==1.8.2
sympy==1.12.1
toml==0.10.2
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==2.2.2+cpu
--index-url=https://download.pytorch.org/whl/cpu
--extra-index-url=https://pypi.org/simple
torch==2.2.2
tqdm==4.66.4
typing-extensions==4.12.1
urllib3==2.2.1

0 comments on commit 22dda49

Please sign in to comment.