Skip to content

Commit 1ad2bf6

Browse files
committed
update to latest llama.cpp version
1 parent 9eeb4ea commit 1ad2bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(LLAMA_BUILD_COMMON ON)
2525
FetchContent_Declare(
2626
llama.cpp
2727
GIT_REPOSITORY https://github.com/ggerganov/llama.cpp.git
28-
GIT_TAG b4831
28+
GIT_TAG b4916
2929
)
3030
FetchContent_MakeAvailable(llama.cpp)
3131

0 commit comments

Comments
 (0)