From 8725937362f31bce6cfa153355c2b6415e73025c Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 17 May 2024 15:47:44 +0300 Subject: [PATCH] android : use "ci-android" branch for CI --- examples/llama.android/app/src/main/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llama.android/app/src/main/cpp/CMakeLists.txt b/examples/llama.android/app/src/main/cpp/CMakeLists.txt index 85139329a..7a4484f8b 100644 --- a/examples/llama.android/app/src/main/cpp/CMakeLists.txt +++ b/examples/llama.android/app/src/main/cpp/CMakeLists.txt @@ -16,7 +16,7 @@ include(FetchContent) FetchContent_Declare( llama GIT_REPOSITORY https://github.com/ggerganov/llama.cpp - GIT_TAG master + GIT_TAG ci-android ) # Also provides "common"