Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/scripts/test-cpp-runtime-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ conda install -y mkl=2025.3 mkl-devel=2025.3
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 -b eglaser/svs-static-vamana https://github.com/ethanglaser/faiss.git
cd faiss

echo "==============================================="
Expand Down
Loading