From c5028c26fe199b841fce1204ed79154990b468eb Mon Sep 17 00:00:00 2001 From: Maria Date: Tue, 1 Aug 2023 05:23:14 -0700 Subject: [PATCH] added version to nighly install --- 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):