From d94dfd4c2d2e00f083bc0562ea984c73c65f9069 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:29:02 +0000 Subject: [PATCH] whisper-cpp: Update to version 1.5.0 --- bucket/whisper-cpp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/whisper-cpp.json b/bucket/whisper-cpp.json index be2bb981ea..8ef4f71366 100644 --- a/bucket/whisper-cpp.json +++ b/bucket/whisper-cpp.json @@ -1,5 +1,5 @@ { - "version": "1.4.0", + "version": "1.5.0", "description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model", "homepage": "https://github.com/ggerganov/whisper.cpp", "license": "MIT", @@ -17,12 +17,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-x64.zip", - "hash": "c3bfdee95f7bf9e5e7f0383587d7933fc4f98635bb03f8a7d9c14fe20c45f08a" + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.5.0/whisper-bin-x64.zip", + "hash": "88cead6eefeda274e4a14e194e86d2903a5775b45bc0f7232ff818b28c4bad30" }, "32bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-Win32.zip", - "hash": "aacd640e4e7af48102e18aae6ed3b9d4a68b9f0069b3a6906f5daa976cde6987" + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.5.0/whisper-bin-Win32.zip", + "hash": "5edb1bd0e181504fd3521e264798dd688d82952cca3e5325e1da334a99dcfae0" } }, "checkver": {