Skip to content

Commit dcff044

Browse files
authored
Merge branch 'master' into update/IK_LLAMA_VERSION
2 parents 282de39 + 4fa2064 commit dcff044

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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?=4988f6e866057afd130c1515ecef0c9bab9a15f8
2+
LLAMA_VERSION?=7dad2f1a17d65b5e2034c277125bc9f97573a779
33
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp
44

55
CMAKE_ARGS?=

backend/go/whisper/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1)
88

99
# whisper.cpp version
1010
WHISPER_REPO?=https://github.com/ggml-org/whisper.cpp
11-
WHISPER_CPP_VERSION?=df7638d8229a243af8a4b5a8ae557e0d74e0a0ae
11+
WHISPER_CPP_VERSION?=0ec0845110dc934911dc48e8c5beb5ad3189b3f3
1212
SO_TARGET?=libgowhisper.so
1313

1414
CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF

0 commit comments

Comments
 (0)