We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b57b9 commit b80cc3dCopy full SHA for b80cc3d
INSTALL.md
@@ -40,11 +40,11 @@ conda install -c pytorch -c nvidia -c rapidsai -c conda-forge faiss-gpu-raft=1.8
40
```
41
In the above commands, pytorch-cuda=11 or pytorch-cuda=12 would select a specific CUDA version, if it’s required.
42
43
-A combination of versions that installs GPU Faiss with CUDA and Pytorch (as of 2024-03-01):
+A combination of versions that installs GPU Faiss with CUDA and Pytorch (as of 2024-05-15):
44
45
conda create --name faiss_1.8.0
46
conda activate faiss_1.8.0
47
-conda install -c pytorch -c nvidia faiss-gpu=1.8.0 pytorch pytorch-cuda numpy
+conda install -c pytorch -c nvidia faiss-gpu=1.8.0 pytorch=*=*cuda* pytorch-cuda=11 numpy
48
49
50
## Installing from conda-forge
0 commit comments