Automatic Speech Recognition
MLX
Safetensors
Chinese
English
qwen2
apple-silicon
speech-recognition
mimo
Instructions to use mlx-community/MiMo-V2.5-ASR-MLX-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/MiMo-V2.5-ASR-MLX-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiMo-V2.5-ASR-MLX-bf16 mlx-community/MiMo-V2.5-ASR-MLX-bf16
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Split License and Citation sections
Browse files
README.md
CHANGED
|
@@ -81,6 +81,10 @@ MiMo-V2.5-ASR-MLX-bf16/
|
|
| 81 |
|
| 82 |
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.
|
| 83 |
|
| 84 |
-
## License
|
| 85 |
|
| 86 |
-
License follows the upstream MiMo release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
|
| 82 |
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.
|
| 83 |
|
| 84 |
+
## License
|
| 85 |
|
| 86 |
+
License follows the upstream MiMo release.
|
| 87 |
+
|
| 88 |
+
## Citation
|
| 89 |
+
|
| 90 |
+
Cite the original MiMo project for the model and cite [`ailuntx/MiMo-V2.5-ASR-MLX`](https://github.com/ailuntx/MiMo-V2.5-ASR-MLX) for the MLX helper.
|