{ "version": "1.8.1", "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.1/whisper-bin-x64.zip", "hash": "cc5d6126e025ef463524ed74c94d4b6a40bb67c2d1c3cb5aca02c773c388bdad" }, "32bit": { "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.1/whisper-bin-Win32.zip", "hash": "3bfad346c28223f5e006ffe1d94596908fb0fbd6618d5a38af079a14ef7777df" } }, "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" } } } }