mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
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:
parent
d48e777412
commit
a757806ae9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user