mlx-community/MiMo-V2.5-ASR-MLX-bf16
088
Part of the MiMo V2.5 ASR MLX collection.
MiMo-V2.5-ASR-MLX-bf16 (MLX)
Apple MLX weights for XiaomiMiMo/MiMo-V2.5-ASR, converted for local ASR on Apple Silicon.
TL;DR
Quick Start
git clone https://github.com/ailuntx/MiMo-V2.5-ASR-MLX.git
cd MiMo-V2.5-ASR-MLX
python -m venv .venv
.venv/bin/pip install git+https://github.com/ailuntx/mlx-audio.git
hf download mlx-community/MiMo-Audio-Tokenizer --local-dir ./models/MiMo-Audio-Tokenizer
hf download mlx-community/MiMo-V2.5-ASR-MLX-bf16 --local-dir ./models/MiMo-V2.5-ASR-MLX-bf16
.venv/bin/python run_mimo_asr_mlx.py \
--model ./models/MiMo-V2.5-ASR-MLX-bf16 \
--audio path/to/audio.wavVariants
Layout
MiMo-V2.5-ASR-MLX-bf16/
├── config.json
├── model.safetensors / shards
├── tokenizer files
└── mlx_manifest.jsonConversion Notes
Validation
Local Apple Silicon is the intended runtime. The HF Space can start and load the model on Linux CPU fallback, but full ASR on cpu-basic can exceed request timeouts.
License
License follows the upstream MiMo release.
Citation
@misc{mimo-v25-asr-mlx,
title = {MiMo-V2.5-ASR-MLX: Apple MLX port of MiMo-V2.5-ASR},
author = {ailuntx},
year = {2026},
url = {https://github.com/ailuntx/MiMo-V2.5-ASR-MLX},
}
@misc{xiaomi2026mimov25asr,
title = {MiMo-V2.5-ASR},
author = {{Xiaomi MiMo Team}},
year = {2026},
url = {https://github.com/XiaomiMiMo/MiMo-V2.5-ASR},
}