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
- LM Studio
Point mlx_manifest.json to mlx-community tokenizer mirror
Browse files- mlx_manifest.json +1 -1
mlx_manifest.json
CHANGED
|
@@ -6,6 +6,6 @@
|
|
| 6 |
"index_file": "model.safetensors.index.json",
|
| 7 |
"config_file": "config.json",
|
| 8 |
"audio_tokenizer_dir": "../MiMo-Audio-Tokenizer",
|
| 9 |
-
"audio_tokenizer_repo": "
|
| 10 |
"source_model_dir": "../MiMo-V2.5-ASR-official"
|
| 11 |
}
|
|
|
|
| 6 |
"index_file": "model.safetensors.index.json",
|
| 7 |
"config_file": "config.json",
|
| 8 |
"audio_tokenizer_dir": "../MiMo-Audio-Tokenizer",
|
| 9 |
+
"audio_tokenizer_repo": "mlx-community/MiMo-Audio-Tokenizer",
|
| 10 |
"source_model_dir": "../MiMo-V2.5-ASR-official"
|
| 11 |
}
|