Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 594 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 594 Bytes

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