Automatic Speech Recognition
MLX
Safetensors
voxtral_realtime
voxtral
audio
speech
speech-recognition
realtime
streaming
asr
turboquant
quantization
2-bit
Instructions to use majentik/Voxtral-Mini-4B-Realtime-2602-TurboQuant-MLX-2bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use majentik/Voxtral-Mini-4B-Realtime-2602-TurboQuant-MLX-2bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Voxtral-Mini-4B-Realtime-2602-TurboQuant-MLX-2bit majentik/Voxtral-Mini-4B-Realtime-2602-TurboQuant-MLX-2bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Voxtral-Mini-4B-Realtime-2602-TurboQuant-MLX-2bit
2-bit MLX weight-quantized build of mistralai/Voxtral-Mini-4B-Realtime-2602 with TurboQuant KV-cache. Extreme-compression variant for memory-constrained real-time ASR.
Hardware compatibility
| Device | VRAM / RAM | Recommendation |
|---|---|---|
| Apple M4 Max 128 GB | ~1.6 GB | recommended — headroom for long context |
| Apple M3 Max 64 GB | ~1.6 GB | comfortable |
| Apple M2 Max 32 GB | ~1.4 GB | fits |
Overview
- Base:
mistralai/Voxtral-Mini-4B-Realtime-2602— 4B real-time ASR model - Weight precision: 2-bit (group-wise)
- KV-cache profile: TurboQuant
- Approx. on-disk size: ~1.2 GB
- Runtime: MLX on Apple Silicon
Best used with clean, single-speaker audio. For noisier streams consider the RotorQuant 2-bit variant.
Quickstart
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("majentik/Voxtral-Mini-4B-Realtime-2602-TurboQuant-MLX-2bit")
for chunk in audio_stream():
prompt = tokenizer.apply_chat_template(
[{"role": "user", "content": [{"type": "audio", "path": chunk}]}],
add_generation_prompt=True,
)
emit(generate(model, tokenizer, prompt=prompt, max_tokens=32))
Model specs
| Field | Value |
|---|---|
| Parameters | 4B |
| Weight bits | 2 |
| Group size | 32 |
| Cache profile | TurboQuant |
| Size on disk | ~1.2 GB |
| Target hardware | Apple Silicon (M1/M2/M3/M4) |
| License | Apache 2.0 |
RotorQuant vs TurboQuant
| TurboQuant | RotorQuant | |
|---|---|---|
| Strategy | Per-head static calibration | Rotational online re-basis |
| Memory reduction | ~3.5x on KV-cache | ~4x on KV-cache |
| Best for | Predictable domains | Noisy/multi-speaker streams |
See also
majentik/Voxtral-Mini-4B-Realtime-2602-RotorQuant-MLX-2bitmajentik/Voxtral-Mini-4B-Realtime-2602-TurboQuant-MLX-4bitmajentik/Voxtral-Mini-4B-Realtime-2602-TurboQuant-MLX-8bitmajentik/Voxtral-Mini-4B-Realtime-2602-TurboQuant— KV-cache-only bundlemistralai/Voxtral-Mini-4B-Realtime-2602— upstream base model
- Downloads last month
- 43
Model size
0.4B params
Tensor type
F32
·
U32 ·
F16 ·
Hardware compatibility
Log In to add your hardware
2-bit
Model tree for majentik/Voxtral-Mini-4B-Realtime-2602-TurboQuant-MLX-2bit
Base model
mistralai/Ministral-3-3B-Base-2512 Finetuned
mistralai/Voxtral-Mini-4B-Realtime-2602