From 37c0b5ce1038668b8d9c524f2e1320c2047280da Mon Sep 17 00:00:00 2001 From: Naveen Tatikonda Date: Mon, 18 Mar 2024 12:50:56 -0500 Subject: [PATCH] Remove faiss CI patch Signed-off-by: Naveen Tatikonda --- .github/workflows/CI.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f333f25fd2..edb2bd34c4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,8 +45,6 @@ jobs: cd jni/external/faiss git apply --ignore-space-change --ignore-whitespace --3way ../../patches/faiss/0001-Custom-patch-to-support-multi-vector.patch rm ../../patches/faiss/0001-Custom-patch-to-support-multi-vector.patch - git apply --ignore-space-change --ignore-whitespace --3way ../../patches/faiss/0002-Custom-patch-to-support-AVX2-Linux-CI.patch - rm ../../patches/faiss/0002-Custom-patch-to-support-AVX2-Linux-CI.patch cd ../nmslib git apply --ignore-space-change --ignore-whitespace --3way ../../patches/nmslib/0001-Initialize-maxlevel-during-add-from-enterpoint-level.patch rm ../../patches/nmslib/0001-Initialize-maxlevel-during-add-from-enterpoint-level.patch