{ "version": "1.3.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", "command.exe", [ "main.exe", "whisper" ], "stream.exe", "talk.exe" ], "architecture": { "64bit": { "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.0/whisper-bin-x64.zip", "hash": "12e94ba31d24ec0721f6d942aaf2ad22b2b09fda31c69614d3e2e84632711f24" }, "32bit": { "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.0/whisper-bin-Win32.zip", "hash": "5eb1dce48816ca97cfa3d890f8ee065bc694440c5db2fe98b587bcbc6bd6d531" } }, "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" } } } }