Skip to content

Commit b80cc3d

Browse files
mdouzeabhinavdangeti
authored andcommitted
fix install instructions (facebookresearch#3442)
Summary: Pull Request resolved: facebookresearch#3442 fix install instruction for GPU + pytorch Reviewed By: mlomeli1 Differential Revision: D57376959 fbshipit-source-id: 74caff960be7dbf8102e7593ce1485452a18de6e
1 parent 02b57b9 commit b80cc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ conda install -c pytorch -c nvidia -c rapidsai -c conda-forge faiss-gpu-raft=1.8
4040
```
4141
In the above commands, pytorch-cuda=11 or pytorch-cuda=12 would select a specific CUDA version, if it’s required.
4242

43-
A combination of versions that installs GPU Faiss with CUDA and Pytorch (as of 2024-03-01):
43+
A combination of versions that installs GPU Faiss with CUDA and Pytorch (as of 2024-05-15):
4444
```
4545
conda create --name faiss_1.8.0
4646
conda activate faiss_1.8.0
47-
conda install -c pytorch -c nvidia faiss-gpu=1.8.0 pytorch pytorch-cuda numpy
47+
conda install -c pytorch -c nvidia faiss-gpu=1.8.0 pytorch=*=*cuda* pytorch-cuda=11 numpy
4848
```
4949

5050
## Installing from conda-forge

0 commit comments

Comments
 (0)