Open guodongxiaren opened 4 years ago
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版本
编译安装(Mac)
依赖
下载
git clone https://github.com/facebookresearch/faiss.git
编译
--without-cuda表示安装CPU版本