Automatic Speech Recognition
MLX
Safetensors
Chinese
English
qwen2
asr
speech-recognition
mimo
4-bit precision
Instructions to use mlx-community/MiMo-V2.5-ASR-MLX-4bit 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-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiMo-V2.5-ASR-MLX-4bit mlx-community/MiMo-V2.5-ASR-MLX-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Update mlx_manifest.json for automatic tokenizer resolution
Browse files- mlx_manifest.json +1 -0
mlx_manifest.json
CHANGED
|
@@ -6,5 +6,6 @@
|
|
| 6 |
"index_file": "model.safetensors.index.json",
|
| 7 |
"config_file": "config.json",
|
| 8 |
"audio_tokenizer_dir": "../MiMo-Audio-Tokenizer",
|
|
|
|
| 9 |
"source_model_dir": "../MiMo-V2.5-ASR-MLX-BF16-local"
|
| 10 |
}
|
|
|
|
| 6 |
"index_file": "model.safetensors.index.json",
|
| 7 |
"config_file": "config.json",
|
| 8 |
"audio_tokenizer_dir": "../MiMo-Audio-Tokenizer",
|
| 9 |
+
"audio_tokenizer_repo": "XiaomiMiMo/MiMo-Audio-Tokenizer",
|
| 10 |
"source_model_dir": "../MiMo-V2.5-ASR-MLX-BF16-local"
|
| 11 |
}
|