--- language: en tags: - quantized - mlx base_model: - inclusionAI/Ring-2.6-1T base_model_relation: quantized library_name: mlx pipeline_tag: text-generation --- **See Ring-2.6-1T in action - [demonstration videos](https://youtube.com/xcreate)** #### Tested with an M3 Ultra 512 GiB using [Inferencer app](https://inferencer.com) - Text inference: ~11.5 tokens/s @ 1000 tokens ~440 GiB (debug build)
Q3.7-INF uses the data-agnostic INF method tuned to yield maximum general accuracy within a 512 GiB memory budget  The perplexity of this quantization has not been directly compared against the base model due to resource and time constraints. For general guidance, the evaluations below reference a similarly sized model (Kimi K2.6). However, please note that Kimi K2.6 uses quantization-aware training (QAT), so these results are not directly comparable and should be treated as context only.
| Quantization (bpw) | Perplexity | Token Accuracy | Missed Divergence |
|---|---|---|---|
| Q3.5 | 1.1328125 | 94.92% | 42.71% |
| Q3.5-INF | 1.078125 | 96.67% | 22.04% |
| Q3.6 | 1.1484375 | 94.72% | 48.72% |
| Q4.2-INF | 1.0546875 | 99.02% | 13.73% |
| Base | Untested | 100% | 0.000% |