Skip to content

Commit 808286c

Browse files
authored
Merge branch 'master' into chore/ubuntu-24.04
2 parents 31f6ab9 + 489c289 commit 808286c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ 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
13-
WHISPER_CPP_VERSION?=98dfe8dc264b7d0d1daccfff9a9c043bcc2ece4b
13+
WHISPER_CPP_VERSION?=7fd6fa809749078aa00edf945e959c898f2bd1af
1414

1515
# go-piper version
1616
PIPER_REPO?=https://github.com/mudler/go-piper

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)