Skip to content

Commit 33a34ec

Browse files
committed
chore(deps): bump llama.cpp to '72b24d96c6888c609d562779a23787304ae4609c'
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 9878f27 commit 33a34ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backend/cpp/llama-cpp/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ target_link_libraries(${TARGET} PRIVATE common llama mtmd ${CMAKE_THREAD_LIBS_IN
6666
absl::flags_parse
6767
gRPC::${_REFLECTION}
6868
gRPC::${_GRPC_GRPCPP}
69-
protobuf::${_PROTOBUF_LIBPROTOBUF})
69+
protobuf::${_PROTOBUF_LIBPROTOBUF}
70+
ssl crypto)
7071
target_compile_features(${TARGET} PRIVATE cxx_std_11)
7172
if(TARGET BUILD_INFO)
7273
add_dependencies(${TARGET} BUILD_INFO)

backend/cpp/llama-cpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
LLAMA_VERSION?=835b2b915c52bcabcd688d025eacff9a07b65f52
2+
LLAMA_VERSION?=72b24d96c6888c609d562779a23787304ae4609c
33
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp
44

55
CMAKE_ARGS?=

0 commit comments

Comments
 (0)