Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 213 Bytes

RUNE_INSTALL.md

File metadata and controls

11 lines (9 loc) · 213 Bytes

Rune devs: To install Faiss for development

brew install libomp
brew install swig@3
./configure --without-cuda --with-python=python3.7m
make
make py

Now the Python interface is compiled and ready to use.