Skip to content

Commit

Permalink
[faiss] Update to 1.7.2 (#22705)
Browse files Browse the repository at this point in the history
* Update faiss to 1.7.2

* Update CI baseline

* update version

* Update CI baseline

Co-authored-by: chausner <[email protected]>
Co-authored-by: Jonliu1993 <[email protected]>
  • Loading branch information
3 people authored Feb 11, 2022
1 parent 8cb52e2 commit 93cdce8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/faiss/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebookresearch/faiss
REF cff072b78ef019998990c6ba02df83dd7d3c8d38 # v1.7.1
SHA512 08d4acf30b6a2a0f326cb71035b58e65f05e70817edbf9dda7d5f8b53d4fb722909c2412d42dca4d88d0576a3da528c2db869fb4fd6fb2343b7acad80066051d
REF v1.7.2
SHA512 dddf55af3cc73a15fbbd104ab75942194a4d5d088611bd98b11e459e034ba5df1d9247eb8c8b9f4631cc64c6ed284b2cf407041be7b6095f9395f9ac29d78df4
HEAD_REF master
PATCHES
fix-dependencies.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/faiss/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "faiss",
"version-semver": "1.7.1",
"port-version": 1,
"version-semver": "1.7.2",
"description": "Faiss is a library for efficient similarity search and clustering of dense vectors.",
"homepage": "https://github.com/facebookresearch/faiss",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2085,8 +2085,8 @@
"port-version": 1
},
"faiss": {
"baseline": "1.7.1",
"port-version": 1
"baseline": "1.7.2",
"port-version": 0
},
"fakeit": {
"baseline": "2.0.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/faiss.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1f9afe2148c0cfa76354882e136af60bab695061",
"version-semver": "1.7.2",
"port-version": 0
},
{
"git-tree": "efbc0f9d771826b57c327d3a008ee4bff6bdbda1",
"version-semver": "1.7.1",
Expand Down

0 comments on commit 93cdce8

Please sign in to comment.