mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"version": "1.7.6",
|
|
"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",
|
|
[
|
|
"main.exe",
|
|
"whisper"
|
|
],
|
|
"quantize.exe"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.7.6/whisper-bin-x64.zip",
|
|
"hash": "0d2eca299c248f965bd0341bcb219db4b433c7f0c0ce2200d4df85765e8156a9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.7.6/whisper-bin-Win32.zip",
|
|
"hash": "49b0ed3416303d0e786e78ea80ae6b678e4db988356e419812ebc9b5dab7d76f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|