Skip to content

Commit 31a7220

Browse files
committed
chore(deps): bump llama.cpp to 'e562eece7cb476276bfc4cbb18deb7c0369b2233'
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent f0c41d6 commit 31a7220

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BINARY_NAME=local-ai
66
DETECT_LIBS?=true
77

88
# llama.cpp versions
9-
CPPLLAMA_VERSION?=e83ba3e460651b20a594e9f2f0f0bffb998d3ce1
9+
CPPLLAMA_VERSION?=e562eece7cb476276bfc4cbb18deb7c0369b2233
1010

1111
# whisper.cpp version
1212
WHISPER_REPO?=https://github.com/ggml-org/whisper.cpp

backend/cpp/llama/prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ set -e
1111

1212
cp -r CMakeLists.txt llama.cpp/tools/grpc-server/
1313
cp -r grpc-server.cpp llama.cpp/tools/grpc-server/
14-
cp -rfv llama.cpp/common/json.hpp llama.cpp/tools/grpc-server/
14+
cp -rfv llama.cpp/vendor/nlohmann/json.hpp llama.cpp/tools/grpc-server/
1515
cp -rfv llama.cpp/tools/server/utils.hpp llama.cpp/tools/grpc-server/
16-
cp -rfv llama.cpp/tools/server/httplib.h llama.cpp/tools/grpc-server/
16+
cp -rfv llama.cpp/vendor/cpp-httplib/httplib.h llama.cpp/tools/grpc-server/
1717

1818
set +e
1919
if grep -q "grpc-server" llama.cpp/tools/CMakeLists.txt; then

0 commit comments

Comments
 (0)