Skip to content

Commit a757806

Browse files
mlomeli1facebook-github-bot
authored andcommitted
added blas=1.0=mkl to INSTALL (facebookresearch#2939)
Summary: Pull Request resolved: facebookresearch#2939 Reviewed By: algoriddle Differential Revision: D47229098 Pulled By: mlomeli1 fbshipit-source-id: 91761499d9cd13ecafe12186ddbd80224c2e7410
1 parent d48e777 commit a757806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ To install the latest stable release:
1212

1313
``` shell
1414
# CPU-only version
15-
$ conda install -c pytorch faiss-cpu=1.7.4 mkl=2021
15+
$ conda install -c pytorch faiss-cpu=1.7.4 mkl=2021 blas=1.0=mkl
1616

1717
# GPU(+CPU) version
18-
$ conda install -c pytorch -c nvidia faiss-gpu=1.7.4 mkl=2021
18+
$ conda install -c pytorch -c nvidia faiss-gpu=1.7.4 mkl=2021 blas=1.0=mkl
1919
```
2020

2121
For faiss-gpu, the nvidia channel is required for cudatoolkit=11.4, which is not

0 commit comments

Comments
 (0)