{ "version": "1.5.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.5.0/whisper-bin-x64.zip", "hash": "88cead6eefeda274e4a14e194e86d2903a5775b45bc0f7232ff818b28c4bad30" }, "32bit": { "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.5.0/whisper-bin-Win32.zip", "hash": "5edb1bd0e181504fd3521e264798dd688d82952cca3e5325e1da334a99dcfae0" } }, "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" } } } }