From 35dac924d132f97986df05a2e11905d945ba9a2c Mon Sep 17 00:00:00 2001 From: Maria Date: Tue, 1 Aug 2023 12:14:35 -0700 Subject: [PATCH] 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: 2185197e0a513c7da441d791c0b373f06f570f62 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1e099664ed..77c9e2896c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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):