{ "version": "1.5.3", "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.3/whisper-bin-x64.zip", "hash": "ad2d7119ded416ed05e2f285529baf9a347f9f8878377653c2fdcd921ee2ca69" }, "32bit": { "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.5.3/whisper-bin-Win32.zip", "hash": "9d753f970f490c4e277f0b88a82413705e38267e4b69191f6ae57563d00fc63c" } }, "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" } } } }