android : use "ci-android" branch for CI

This commit is contained in:
Georgi Gerganov 2024-05-17 15:47:44 +03:00
parent 51e9d02599
commit 8725937362
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -16,7 +16,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
llama llama
GIT_REPOSITORY https://github.com/ggerganov/llama.cpp GIT_REPOSITORY https://github.com/ggerganov/llama.cpp
GIT_TAG master GIT_TAG ci-android
) )
# Also provides "common" # Also provides "common"