added blas=1.0=mkl to INSTALL (#2939)

Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2939

Reviewed By: algoriddle

Differential Revision: D47229098

Pulled By: mlomeli1

fbshipit-source-id: 91761499d9cd13ecafe12186ddbd80224c2e7410
This commit is contained in:
Maria 2023-07-05 10:05:19 -07:00 committed by Facebook GitHub Bot
parent d48e777412
commit a757806ae9

View File

@ -12,10 +12,10 @@ To install the latest stable release:
``` shell
# CPU-only version
$ conda install -c pytorch faiss-cpu=1.7.4 mkl=2021
$ conda install -c pytorch faiss-cpu=1.7.4 mkl=2021 blas=1.0=mkl
# GPU(+CPU) version
$ conda install -c pytorch -c nvidia faiss-gpu=1.7.4 mkl=2021
$ conda install -c pytorch -c nvidia faiss-gpu=1.7.4 mkl=2021 blas=1.0=mkl
```
For faiss-gpu, the nvidia channel is required for cudatoolkit=11.4, which is not