File tree 1 file changed +5
-2
lines changed
examples/llama.android/app/src/main/cpp
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,20 @@ cmake_minimum_required(VERSION 3.22.1)
12
12
# build script scope).
13
13
project ("llama-android" )
14
14
15
+ ## Fetch latest llama.cpp from GitHub
15
16
#include(FetchContent)
16
17
#FetchContent_Declare(
17
18
# llama
18
19
# GIT_REPOSITORY https://github.com/ggerganov/llama.cpp
19
- # GIT_TAG ci-android
20
+ # GIT_TAG master
20
21
#)
21
22
#
22
23
## Also provides "common"
23
24
#FetchContent_MakeAvailable(llama)
24
25
25
- add_subdirectory (../../../../../../ please-work)
26
+ # llama.cpp CI uses the code from the current branch
27
+ # ref: https://github.com/ggerganov/llama.cpp/pull/7341#issuecomment-2117617700
28
+ add_subdirectory (../../../../../../ build -llama)
26
29
27
30
# Creates and names a library, sets it as either STATIC
28
31
# or SHARED, and provides the relative paths to its source code.
You can’t perform that action at this time.
0 commit comments