Skip to content

Commit 854d365

Browse files
committed
cmake : update android comments (#7341)
1 parent f5bf761 commit 854d365

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/llama.android/app/src/main/cpp/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@ cmake_minimum_required(VERSION 3.22.1)
1212
# build script scope).
1313
project("llama-android")
1414

15+
## Fetch latest llama.cpp from GitHub
1516
#include(FetchContent)
1617
#FetchContent_Declare(
1718
# llama
1819
# GIT_REPOSITORY https://github.com/ggerganov/llama.cpp
19-
# GIT_TAG ci-android
20+
# GIT_TAG master
2021
#)
2122
#
2223
## Also provides "common"
2324
#FetchContent_MakeAvailable(llama)
2425

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)
2629

2730
# Creates and names a library, sets it as either STATIC
2831
# or SHARED, and provides the relative paths to its source code.

0 commit comments

Comments
 (0)