Skip to content

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

License

Notifications You must be signed in to change notification settings

onfido/faiss_prebuilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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