ScoopInstaller_Main/bucket/whisper-cpp.json
2025-10-01 08:34:48 +00:00

44 lines
1.5 KiB
JSON

{
"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",
"notes": [
"Whisper Model files are not included. You can download them here:",
"https://huggingface.co/ggerganov/whisper.cpp/tree/main"
],
"bin": [
"whisper-bench.exe",
"whisper-command.exe",
"whisper-cli.exe",
"whisper-server.exe",
"whisper-stream.exe",
"whisper-talk-llama.exe",
"quantize.exe"
],
"architecture": {
"64bit": {
"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.8.0/whisper-bin-Win32.zip",
"hash": "02dbd5dcbae493448112cd02350c677ed37c2e9a95cc297953fe2e49d0d8841e"
}
},
"extract_dir": "Release",
"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"
}
}
}
}