--- language: en library_name: mlx tags: - quantized - mlx base_model: XiaomiMiMo/MiMo-V2.5 base_model_relation: quantized pipeline_tag: text-generation --- # NOTICE **See MiMo-V2.5 MLX in action - [demonstration videos](https://youtube.com/xcreate)** #### Tested on a M3 Ultra 512GB RAM using [Inferencer app v1.11.1](https://inferencer.com) - Text inference: ~28 tokens/s @ 2000 tokens (debug build) - Omnimodal inference: Not included in this language model (LM) only version - Memory usage: ~323 GiB 
Q9 typically achieves near lossless accuracy in our coding test
| Quantization (bpw) | Perplexity | Token Accuracy | Missed Divergence |
|---|---|---|---|
| Q3.5 | 197.0 | 44.05% | 72.00% |
| Q4.5 | 1.35937 | 89.75% | 28.98% |
| Q5.5 | 1.24218 | 94.60% | 17.55% |
| Q6.5 | 1.21875 | 96.85% | 16.03% |
| Q8.5 | 1.21875 | 97.65% | 9.92% |
| Q9 | 1.21093 | 97.80% | 9.60% |
| Base | 1.20312 | 100.0% | 0.000% |