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] Update to 1.7.2 #22705

Merged
merged 6 commits into from
Feb 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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