Skip to content

Commit

Permalink
added blas=1.0=mkl to INSTALL (facebookresearch#2939)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookresearch#2939

Reviewed By: algoriddle

Differential Revision: D47229098

Pulled By: mlomeli1

fbshipit-source-id: 91761499d9cd13ecafe12186ddbd80224c2e7410
  • Loading branch information
mlomeli1 authored and facebook-github-bot committed Jul 5, 2023
1 parent d48e777 commit a757806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a757806

Please sign in to comment.