whisper-cpp: Update to version 1.8.0

This commit is contained in:
github-actions[bot] 2025-10-01 08:34:48 +00:00
parent 6ab3bcd161
commit 86ce801770

View File

@ -1,5 +1,5 @@
{
"version": "1.7.6",
"version": "1.8.0",
"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.7.6/whisper-bin-x64.zip",
"hash": "0d2eca299c248f965bd0341bcb219db4b433c7f0c0ce2200d4df85765e8156a9"
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.0/whisper-bin-x64.zip",
"hash": "b2ef45d9dae84df20437fd75346bd24e2f4ecc49f8292ca2545ab8890d342d89"
},
"32bit": {
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.7.6/whisper-bin-Win32.zip",
"hash": "49b0ed3416303d0e786e78ea80ae6b678e4db988356e419812ebc9b5dab7d76f"
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.0/whisper-bin-Win32.zip",
"hash": "02dbd5dcbae493448112cd02350c677ed37c2e9a95cc297953fe2e49d0d8841e"
}
},
"extract_dir": "Release",