Instructions to use bearzi/MiMo-V2.5-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use bearzi/MiMo-V2.5-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiMo-V2.5-MLX bearzi/MiMo-V2.5-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Fix YAML front matter (license/base_model/tags metadata)
Browse files
README.md
CHANGED
|
@@ -1,16 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
license: mit
|
| 4 |
base_model: XiaomiMiMo/MiMo-V2.5
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
-----
|
| 14 |
|
| 15 |
# MiMo-V2.5 — text-only, packaged for MLX
|
| 16 |
|
|
|
|
| 1 |
+
---
|
|
|
|
| 2 |
license: mit
|
| 3 |
base_model: XiaomiMiMo/MiMo-V2.5
|
| 4 |
tags:
|
| 5 |
+
- mlx
|
| 6 |
+
- apple-silicon
|
| 7 |
+
- mimo_v2
|
| 8 |
+
- block_fp8
|
| 9 |
+
- moe
|
| 10 |
+
---
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# MiMo-V2.5 — text-only, packaged for MLX
|
| 13 |
|