We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6aa10 commit 696519bCopy full SHA for 696519b
docker/x86_64/test-cpp-runtime-bindings.sh
@@ -43,7 +43,10 @@ echo " FAISS Build: "
43
mkdir build && cd build
44
# TODO: create conda env
45
cmake -DBUILD_TESTING=ON -DFAISS_ENABLE_SVS=ON -DFAISS_ENABLE_GPU=OFF ..
46
-make -j swigfaiss
+make -j swigfaiss faiss_test
47
+echo "------------------------------------------------"
48
+echo " FAISS C++ tests: "
49
+./tests/faiss_test --gtest_filter=SVS.*
50
echo "------------------------------------------------"
51
echo " FAISS python bindings: "
52
cd faiss/python/
0 commit comments