mlx-community/MiMo-Audio-Tokenizer
1137
Part of the MiMo V2.5 ASR MLX collection.
MiMo Audio Tokenizer (MLX)
Audio tokenizer assets for the community MLX conversion of XiaomiMiMo/MiMo-V2.5-ASR.
Quick Start
git clone https://github.com/ailuntx/MiMo-V2.5-ASR-MLX.git
cd MiMo-V2.5-ASR-MLX
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 --local-dir ./models/MiMo-V2.5-ASR-MLX
python run_mimo_asr_mlx.py --model ./models/MiMo-V2.5-ASR-MLX --audio path/to/audio.wavNotes
This repository is a required companion asset for the MiMo ASR MLX model repositories. Keep it next to the model checkpoint or pass its path through the runtime configuration.
