Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependency where necessary:
$ conda install -c pytorch/label/nightly faiss-cpu

# GPU(+CPU) version
$ conda install -c pytorch/label/nightly -c nvidia faiss-gpu
$ conda install -c pytorch/label/nightly -c nvidia faiss-gpu=1.7.4
```

A combination of versions that installs GPU Faiss with CUDA 11.4 and Pytorch (as of 2023-06-19):
Expand Down