Skip to content

Commit

Permalink
Merge pull request #33 from kyamagu/v1.7.0
Browse files Browse the repository at this point in the history
v1.7.0
  • Loading branch information
kyamagu committed Jan 28, 2021
2 parents 17caa13 + d3e6067 commit 84e6ff9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ jobs:
- 3.6
- 3.7
- 3.8
- 3.9
opt:
- 'generic'
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Build and install the faiss library first.
cd faiss
cmake -B build . -DFAISS_ENABLE_PYTHON=OFF
make -C build -j8
make -C build install
cd ..
```

Expand Down
2 changes: 1 addition & 1 deletion faiss
Submodule faiss updated 202 files
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os

NAME = 'faiss-cpu'
VERSION = '1.6.5'
VERSION = '1.7.0'

LONG_DESCRIPTION = """
Faiss is a library for efficient similarity search and clustering of dense
Expand Down

0 comments on commit 84e6ff9

Please sign in to comment.