We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 282de39 + 4fa2064 commit dcff044Copy full SHA for dcff044
2 files changed
backend/cpp/llama-cpp/Makefile
@@ -1,5 +1,5 @@
1
2
-LLAMA_VERSION?=4988f6e866057afd130c1515ecef0c9bab9a15f8
+LLAMA_VERSION?=7dad2f1a17d65b5e2034c277125bc9f97573a779
3
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp
4
5
CMAKE_ARGS?=
backend/go/whisper/Makefile
@@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1)
8
9
# whisper.cpp version
10
WHISPER_REPO?=https://github.com/ggml-org/whisper.cpp
11
-WHISPER_CPP_VERSION?=df7638d8229a243af8a4b5a8ae557e0d74e0a0ae
+WHISPER_CPP_VERSION?=0ec0845110dc934911dc48e8c5beb5ad3189b3f3
12
SO_TARGET?=libgowhisper.so
13
14
CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF
0 commit comments