From b5115903bfe35bec8c5fc7c73f77b038859f3c14 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:39:49 +0200 Subject: [PATCH] chore: :arrow_up: Update ggerganov/whisper.cpp to `ede1718f6d45aa3f7ad4a1e169dfbc9d51570c4e` (#3719) :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 6b2e7fc5..af9f1c8c 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?=2ef717b293fe93872cc3a03ca77942936a281959 +WHISPER_CPP_VERSION?=ede1718f6d45aa3f7ad4a1e169dfbc9d51570c4e # bert.cpp version BERT_REPO?=https://github.com/go-skynet/go-bert.cpp