Skip to content

Commit 6ad0735

Browse files
authored
Remove faiss patch (#1668)
Since this has been merged facebookresearch/faiss#4731, we no longer need the patch introduced in #1654 Authors: - Anupam (https://github.com/aamijar) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #1668
1 parent ef98fb2 commit 6ad0735

2 files changed

Lines changed: 2 additions & 31 deletions

File tree

cpp/cmake/patches/faiss-1.13-cuvs-26.02.diff

Lines changed: 0 additions & 24 deletions
This file was deleted.

cpp/cmake/patches/faiss_override.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
{
22
"packages" : {
33
"faiss" : {
4-
"version": "1.13.0",
4+
"version": "1.13.x",
55
"git_url": "https://github.com/facebookresearch/faiss.git",
6-
"git_tag": "v1.13.0",
6+
"git_tag": "main",
77
"patches" : [
88
{
99
"file" : "${current_json_dir}/faiss-1.13-cuvs-25.12.diff",
1010
"issue" : "Multiple fixes for cuVS and RMM compatibility",
1111
"fixed_in" : ""
12-
},
13-
{
14-
"file" : "${current_json_dir}/faiss-1.13-cuvs-26.02.diff",
15-
"issue" : "Multiple fixes for RAFT compatibility",
16-
"fixed_in" : ""
1712
}
1813
]
1914
}

0 commit comments

Comments
 (0)