File size: 2,864 Bytes
8f4caa7
 
 
 
 
 
 
 
 
 
 
 
 
0fbd5ec
 
 
 
8f4caa7
 
0fbd5ec
a293bcd
fef9319
8f4caa7
 
 
 
 
 
a293bcd
 
 
 
8f4caa7
 
 
 
 
 
 
 
 
 
0fbd5ec
8f4caa7
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
language: en
tags:
- quantized
- mlx
base_model:
- moonshotai/Kimi-K2.6
base_model_relation: quantized
library_name: mlx
pipeline_tag: image-text-to-text
---
**See Kimi-K2.6 MLX in action - [demonstration video](https://youtu.be/5tO6cnlgPmw)**
   
#### Tested on an M3 Ultra 512 GiB RAM using [Inferencer app v1.11](https://inferencer.com)
- Text inference: ~21.04 tokens/s @ 1000 tokens ~423.61 GiB (debug build)
- 2x Batched inference: ~30.1 tokens/s
- Vision inference: ~18.28 tokens/s ~426.53 GiB

<p style="margin-bottom:0px;">
<strong>Q3.5-INF uses the data-agnostic INF method tuned to yield maximum general accuracy within a 512 GiB memory budget</strong>

Due to system memory and time constraints, the base generation was inferenced directly from storage and limited to the first 512 tokens for our coding tests. To address this, generation was configured to output complex functionality from the start rather than incremental scaffolding. While this setup differs from typical usage, it stresses early-token accuracy and the observed trends appear consistent with those seen in larger-scale evaluations of other models. These figures may be updated in future with extended evaluations.
</p>
<table style="border-collapse: collapse; text-align:center; margin-top:10px; margin-bottom:0px;">
<thead>
<tr><th>Quantization (bpw)</th><th>Perplexity</th><th>Token Accuracy</th><th>Missed Divergence</th><th>Size</th></tr>
</thead>
<tbody>
<tr><td><strong>Q3.5</strong></td><td>1.1328125</td><td>94.92%</td><td>42.71%</td><td>450.19 GB</td></tr>
<tr><td><strong>Q3.5-INF</strong></td><td>1.078125</td><td>96.67%</td><td>22.04%</td><td>455.68 GB</td></tr>
<tr><td><strong>Q3.6</strong></td><td>1.1484375</td><td>94.72%</td><td>48.72%</td><td>470.99 GB</td></tr>
<tr><td><strong>Base</strong></td><td>Untested</td><td>100%</td><td>0.000%</td><td>658.59 GB</td></tr>
</tbody>
</table>

<ul>
<li style="margin:0;">Perplexity: Measures the confidence for predicting base tokens (lower is better)</li>
<li style="margin:0;">Token Accuracy: The percentage of correctly generated base tokens</li>
<li style="margin:0;">Missed Divergence: Measures severity of misses; how much the token was missed by</li>
</ul>

##### Quantized with a modified version of [MLX](https://github.com/ml-explore/mlx)
##### For more details see our [demonstration video](https://youtu.be/5tO6cnlgPmw) or visit [Kimi-K2.6](https://huggingface.co/moonshotai/Kimi-K2.6).

## Disclaimer

We are not the creator, originator, or owner of any model listed. Each model is created and provided by third parties. Models may not always be accurate or contextually appropriate. You are responsible for verifying the information before making important decisions. We are not liable for any damages, losses, or issues arising from its use, including data loss or inaccuracies in AI-generated content.