From 04c0841ca9e085dfd835b16684a8b82e57232068 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:10:07 +0200 Subject: [PATCH] chore: :arrow_up: Update ggerganov/whisper.cpp to `ccc2547210e09e3a1785817383ab770389bb442b` (#3724) :arrow_up: Update ggerganov/whisper.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7d9847d6..d7a8bda5a 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ RWKV_VERSION?=661e7ae26d442f5cfebd2a0881b44e8c55949ec6 # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp -WHISPER_CPP_VERSION?=ede1718f6d45aa3f7ad4a1e169dfbc9d51570c4e +WHISPER_CPP_VERSION?=ccc2547210e09e3a1785817383ab770389bb442b # bert.cpp version BERT_REPO?=https://github.com/go-skynet/go-bert.cpp