From 4cfac3fa9d014758523e3bc7196a498d4630ffab Mon Sep 17 00:00:00 2001 From: Temm Date: Tue, 4 Apr 2023 14:50:31 +0200 Subject: [PATCH] whisper-cpp: Add version 1.2.1 (#4623) * Add whisper-cpp * Formatting: Add Trailing Newline * Remove bin renaming * Update bucket/whisper-cpp.json formatting Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/whisper-cpp.json | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 bucket/whisper-cpp.json diff --git a/bucket/whisper-cpp.json b/bucket/whisper-cpp.json new file mode 100644 index 0000000000..7dc3d4dfb0 --- /dev/null +++ b/bucket/whisper-cpp.json @@ -0,0 +1,43 @@ +{ + "version": "1.2.1", + "description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model", + "homepage": "https://github.com/ggerganov/whisper.cpp", + "license": "MIT", + "notes": [ + "Whisper Model files are not included. You can download them here:", + "https://huggingface.co/ggerganov/whisper.cpp/tree/main" + ], + "bin": [ + "bench.exe", + "command.exe", + [ + "main.exe", + "whisper" + ], + "stream.exe", + "talk.exe" + ], + "architecture": { + "64bit": { + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.2.1/whisper-bin-x64.zip", + "hash": "09f8956b208d7398ba9870755f4d08528b30c824e1e190b040904609f02d74b7" + }, + "32bit": { + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.2.1/whisper-bin-Win32.zip", + "hash": "26a84fe6a41d6fbf69d92251e7b4c48c9b7cf3795d54fba0dcc6ba24ce899a7a" + } + }, + "checkver": { + "github": "https://github.com/ggerganov/whisper.cpp" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v$version/whisper-bin-x64.zip" + }, + "32bit": { + "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v$version/whisper-bin-Win32.zip" + } + } + } +}