Skip to content

Commit

Permalink
Remove torch fix version for CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
deiteris committed Jul 24, 2024
1 parent 240f54e commit d1dad93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
# # bash Anaconda3-2022.10-Linux-x86_64.sh

--extra-index-url https://download.pytorch.org/whl/cpu
# torch 2.4.0 has problems with Linux builds
torch==2.3.1; sys_platform!='darwin'
torch; sys_platform=='darwin'
torch
torchaudio
faiss-cpu==1.8.0

Expand Down

0 comments on commit d1dad93

Please sign in to comment.