Skip to content
Draft
Show file tree
Hide file tree
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=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 "==============================================="
Expand Down
2 changes: 1 addition & 1 deletion bindings/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading