/faiss_prebuilt

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

Primary LanguagePythonOtherNOASSERTION

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