{ "version": "1.8.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": [ "whisper-bench.exe", "whisper-cli.exe", "whisper-command.exe", "whisper-lsp.exe", "whisper-quantize.exe", "whisper-server.exe", "whisper-stream.exe", "whisper-talk-llama.exe", "whisper-vad-speech-segments.exe" ], "architecture": { "64bit": { "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.3/whisper-bin-x64.zip", "hash": "d824b1e37599f882b396e73f1ee0bfd5d0529f700314c48311dcbd00b803321d" }, "32bit": { "url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.3/whisper-bin-Win32.zip", "hash": "219dd423cd910b72e7794b9a17f578367ba815010afcff26e3d7b527b3c111fa" } }, "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" } } } }