Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faiss: Quick Start #39

Open
guodongxiaren opened this issue Jul 9, 2020 · 1 comment
Open

Faiss: Quick Start #39

guodongxiaren opened this issue Jul 9, 2020 · 1 comment
Labels
FAISS Facebook开源向量检索库

Comments

@guodongxiaren
Copy link
Owner

No description provided.

@guodongxiaren
Copy link
Owner Author

guodongxiaren commented Jul 9, 2020

编译安装(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版本

@guodongxiaren guodongxiaren added the FAISS Facebook开源向量检索库 label Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FAISS Facebook开源向量检索库
Projects
None yet
Development

No branches or pull requests

1 participant