--- title: MiMo V2.5 ASR MLX emoji: 🎙️ colorFrom: blue colorTo: green sdk: gradio sdk_version: 6.14.0 python_version: 3.12 app_file: app.py pinned: false license: apache-2.0 short_description: MiMo-V2.5-ASR running with MLX CPU fallback models: - mlx-community/MiMo-V2.5-ASR-MLX - mlx-community/MiMo-Audio-Tokenizer --- # MiMo-V2.5-ASR MLX This Space runs the community MLX conversion of Xiaomi MiMo-V2.5-ASR. HF Spaces run this demo on Linux CPU fallback. The model can load on `cpu-basic`, but full ASR may exceed the request timeout even for tiny samples. For the intended MLX GPU path, run the same model locally on Apple Silicon. Links: - MLX helper: https://github.com/ailuntx/MiMo-V2.5-ASR-MLX - MLX runtime fork: https://github.com/ailuntx/mlx-audio - Official code: https://github.com/XiaomiMiMo/MiMo-V2.5-ASR