Added version to nighly install (#2982)
Summary: The gpu nightly package install command did not install v1.7.4, see [P801820926](https://www.internalfb.com/intern/paste/P801820926) Adding the version fixes this issue, see [P801849181](https://www.internalfb.com/intern/paste/P801849181) Funnily enough, faiss-cpu nightly command works fine, see [P801848411](https://www.internalfb.com/intern/paste/P801848411) Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2982 Reviewed By: mdouze Differential Revision: D47952190 Pulled By: mlomeli1 fbshipit-source-id: 2185197e0a513c7da441d791c0b373f06f570f62pull/2913/head^2
parent
5a95d47858
commit
35dac924d1
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue