Skip to content

Commit

Permalink
Change faiss dependency from GPU to CPU
Browse files Browse the repository at this point in the history
GPU not yet supported for Python 3.11
facebookresearch/faiss#2861 (comment)

Signed-off-by: Ehud-Karavani <ehud.karavani@ibm.com>
  • Loading branch information
ehudkr committed Oct 25, 2023
1 parent d40b615 commit 598b8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion causallib/contrib/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-f https://download.pytorch.org/whl/cpu/ # To support cpu torch installation
torch>=1.2.0
faiss-gpu~=1.7.0
faiss-cpu~=1.7.0 # Can also use gpu for some Python versions

0 comments on commit 598b8fb

Please sign in to comment.