zerr0o/whisper-burn-gguf
032
Whisper Burn GGUF — Q4_0 Quantized Models
Q4_0 quantized GGUF versions of OpenAI'\''s Whisper models, optimized for GPU inference with whisper-burn.
Files
Quantization Details
- Format: GGUF v3 with Q4_0 quantization
- What'\''s quantized: 2D weight matrices with dimensions > 256 are quantized to 4-bit (Q4_0 blocks: f16 scale + 16 packed nibble bytes per 32 elements)
- What stays F32: Token embeddings, positional embeddings, biases, layer norms, and small matrices
- Conversion script: \ from the whisper-burn repository
Model Comparison
Usage with whisper-burn
These models are automatically downloaded by the whisper-burn desktop application. You can also download them manually:
\ Place all files in a \ directory next to the whisper-burn executable.
About whisper-burn
whisper-burn is a native Rust implementation of OpenAI'\''s Whisper using the Burn ML framework with GPU acceleration via wgpu (Vulkan/Metal/DirectX).
Key features:
- Pure Rust — no Python, no ONNX, no external runtime
- GPU-accelerated — custom WGSL compute shaders for fused Q4 dequantization + matrix multiplication
- Push-to-Talk — global hotkey with support for any key combo including modifier-only (e.g. Ctrl+Win)
- 99+ languages — all Whisper-supported languages + automatic detection
- Auto-paste — transcribed text automatically pasted into the active application
- Windows native — desktop app with dark theme UI
Inference Pipeline
\
Source Models
License
The quantized weights inherit the license from the original OpenAI Whisper models (MIT License).
