From 40ff0c40a0c3f6c37975b4c3c9aa9358e4c4a41d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 16:27:08 +0000 Subject: [PATCH] whisper-cpp: Update to version 1.3.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 7dc3d4dfb0..8a4235c060 100644 --- a/bucket/whisper-cpp.json +++ b/bucket/whisper-cpp.json @@ -1,5 +1,5 @@ { - "version": "1.2.1", + "version": "1.3.0", "description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model", "homepage": "https://github.com/ggerganov/whisper.cpp", "license": "MIT", @@ -19,12 +19,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.2.1/whisper-bin-x64.zip", - "hash": "09f8956b208d7398ba9870755f4d08528b30c824e1e190b040904609f02d74b7" + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.0/whisper-bin-x64.zip", + "hash": "12e94ba31d24ec0721f6d942aaf2ad22b2b09fda31c69614d3e2e84632711f24" }, "32bit": { - "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.2.1/whisper-bin-Win32.zip", - "hash": "26a84fe6a41d6fbf69d92251e7b4c48c9b7cf3795d54fba0dcc6ba24ce899a7a" + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.0/whisper-bin-Win32.zip", + "hash": "5eb1dce48816ca97cfa3d890f8ee065bc694440c5db2fe98b587bcbc6bd6d531" } }, "checkver": {