README.md

April 17, 2019 ยท View on GitHub

FAISS prebuilt

Build Status PyPI version

Prebuilt .whl files for MacOS + Linux of the Facebook FAISS library

Usage

You can install this with pip install faiss.

You also need to have libomp and libopenblas available. On ubuntu you can install these with apt install libopenblas-base libomp-dev

On MacOS: brew install libomp openblas