From 2b76e258d19a1d95e3cea94f9b9799bae62ba3fb Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 9 Feb 2026 09:32:21 -0800 Subject: [PATCH 1/2] chore(ci): use OOD faiss branch --- .github/scripts/test-cpp-runtime-bindings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/test-cpp-runtime-bindings.sh b/.github/scripts/test-cpp-runtime-bindings.sh index 0209b3c7..433b20ca 100644 --- a/.github/scripts/test-cpp-runtime-bindings.sh +++ b/.github/scripts/test-cpp-runtime-bindings.sh @@ -35,7 +35,7 @@ conda install -y mkl=2022.2.1 mkl-devel=2022.2.1 conda install -y /runtime_conda/libsvs-runtime-*.conda # Validate python and C++ tests against FAISS CI -git clone https://github.com/facebookresearch/faiss.git +git clone --depth 1 --single-branch --branch dev/svs-ood --no-tags https://github.com/ahuber21/faiss.git cd faiss echo "===============================================" From ae0d401dd5b14d0093aeee48adcb75f191c12301 Mon Sep 17 00:00:00 2001 From: ethanglaser Date: Mon, 9 Feb 2026 12:05:07 -0800 Subject: [PATCH 2/2] temporarily update svs_runtime version from this branch --- bindings/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/cpp/CMakeLists.txt b/bindings/cpp/CMakeLists.txt index 1a68d3a3..f5dc6a20 100644 --- a/bindings/cpp/CMakeLists.txt +++ b/bindings/cpp/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.21) -project(svs_runtime VERSION 0.1.0 LANGUAGES CXX) +project(svs_runtime VERSION 0.2.0 LANGUAGES CXX) set(TARGET_NAME svs_runtime) set(SVS_RUNTIME_HEADERS