Blog
Blog copied to clipboard
Faiss: Quick Start
编译安装(Mac)
依赖
brew install openblas
brew install swig
brew install libomp
下载
git clone https://github.com/facebookresearch/faiss.git
编译
configure --without-cuda
make -j 8
make install
--without-cuda表示安装CPU版本