mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"version": "1.8.2",
|
|
"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.2/whisper-bin-x64.zip",
|
|
"hash": "b1514ebc099765e39fa37eb780b92a140a94c86bb0b3b3d98226b38825979732"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.2/whisper-bin-Win32.zip",
|
|
"hash": "49244b4d13cc95f2f27a0098809a8514a835929fa0d24d1a8db6b9073650ba96"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|