Skip to content

Commit adc4767

Browse files
Use most recent llama.cpp again
1 parent 08bb4f1 commit adc4767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include(FetchContent)
1919
FetchContent_Declare(
2020
llama
2121
GIT_REPOSITORY https://github.com/ggml-org/llama.cpp
22-
GIT_TAG b1dd4d08e8fe40c9484422c0c5ec9bbd13b067a9 # master as of 2025-05-01
22+
GIT_TAG master
2323
)
2424

2525
# Fetch llama.cpp (also provides "common")

0 commit comments

Comments
 (0)