mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"version": "1.6.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": [
|
|
"bench.exe",
|
|
[
|
|
"main.exe",
|
|
"whisper"
|
|
],
|
|
"quantize.exe"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.6.0/whisper-bin-x64.zip",
|
|
"hash": "0f60fc3318772f4d678e0eb022b08e143d7e8f43c647c0acff5c68bb126b1b02"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.6.0/whisper-bin-Win32.zip",
|
|
"hash": "949b034c1944f8b9e96104f667dc8abd940e415ca264c8bfb2bf7d400f082b4e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|