Skip to content

Commit

Permalink
Merge pull request #148 from deiteris/fix-torch-version
Browse files Browse the repository at this point in the history
Fix torch version for macOS
  • Loading branch information
deiteris authored Jul 24, 2024
2 parents 2a18e32 + 48527f4 commit 9505e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

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

Expand Down

0 comments on commit 9505e45

Please sign in to comment.