whisper-cpp: Update to version 1.8.1

This commit is contained in:
github-actions[bot] 2025-10-13 08:30:40 +00:00
parent b705264e57
commit 32f6f02f6c

View File

@ -1,5 +1,5 @@
{
"version": "1.8.0",
"version": "1.8.1",
"description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model",
"homepage": "https://github.com/ggerganov/whisper.cpp",
"license": "MIT",
@ -18,12 +18,12 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.0/whisper-bin-x64.zip",
"hash": "b2ef45d9dae84df20437fd75346bd24e2f4ecc49f8292ca2545ab8890d342d89"
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.1/whisper-bin-x64.zip",
"hash": "cc5d6126e025ef463524ed74c94d4b6a40bb67c2d1c3cb5aca02c773c388bdad"
},
"32bit": {
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.0/whisper-bin-Win32.zip",
"hash": "02dbd5dcbae493448112cd02350c677ed37c2e9a95cc297953fe2e49d0d8841e"
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.1/whisper-bin-Win32.zip",
"hash": "3bfad346c28223f5e006ffe1d94596908fb0fbd6618d5a38af079a14ef7777df"
}
},
"extract_dir": "Release",