File size: 1,237 Bytes
519b4bd
b67e536
519b4bd
 
 
 
 
 
 
 
 
 
 
 
b67e536
 
519b4bd
 
105b1eb
519b4bd
 
 
105b1eb
 
 
 
 
519b4bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model: z-lab/Kimi-K2.5-DFlash
tags:
- gguf
- dflash
- ik_llama.cpp
library_name: gguf
pipeline_tag: text-generation
---

# Kimi K2.5 DFlash GGUF

GGUF made to use in [ikawrakow/ik_llama.cpp](https://github.com/ikawrakow/ik_llama.cpp), currently for PR [#1970](https://github.com/ikawrakow/ik_llama.cpp/pull/1970). The small quantizations delivered here are made for test purposes; feel free to create your own quantization.

Derived from the safetensors DFlash draft model [z-lab/Kimi-K2.5-DFlash](https://huggingface.co/z-lab/Kimi-K2.5-DFlash).

## Compatible target model

- `Kimi-K2.5.gguf` - Mainly tested with IQ1_KT.

## Files

| File | Quant | Size |
|---|---|---|
| `kimi-k2-5-dflash-F16.gguf` | F16 | 6.5 GB |
| `kimi-k2-5-dflash-Q8_0.gguf` | Q8_0 | 3.5 GB |
| `kimi-k2-5-dflash-Q4_K_M.gguf` | Q4_K_M | 1.9 GB |

## Usage

```bash
./build/bin/llama-server \
  --model <target.gguf> \
  --model-draft <draft.gguf> \
  --spec-type dflash:n_max=<N>,cross_ctx=<N> ...
```

## Notes

- This repo contains DFlash draft models, not a standalone instruct model.
- Use it with the matching target family listed above.
- `Q4_K_M` and `Q8_0` are small test-oriented quants; create your own quant if you need a different tradeoff.