From a9abfa2b61ffceeab13e967aac494e087b090bcb Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:09:57 +0200 Subject: [PATCH] chore: :arrow_up: Update ggerganov/whisper.cpp to `6a94163b913d8e974e60d9ac56c8930d19f45773` (#3735) :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 28f5086a..fe39f33a 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?=2944cb72d95282378037cb0eb45c9e2b2529ff2c +WHISPER_CPP_VERSION?=6a94163b913d8e974e60d9ac56c8930d19f45773 # bert.cpp version BERT_REPO?=https://github.com/go-skynet/go-bert.cpp