KikoCis/KAT-Coder-V2.5-Dev-IQ2_M-GGUF overview
KAT Coder V2.5 Dev — IQ2 M GGUF A single imatrix guided IQ2 M quantization of Kwaipilot/KAT Coder V2.5 Dev https://huggingface.co/Kwaipilot/KAT Coder V2.5 Dev …
Runs locally from ~10.86 GB disk (12 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| KAT-Coder-V2.5-Dev-IQ2_M.gguf | GGUF | IQ2_M | 10.86 GB | Download |
Model Details
| Model ID | KikoCis/KAT-Coder-V2.5-Dev-IQ2_M-GGUF |
|---|---|
| Author | KikoCis |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | Kwaipilot/KAT-Coder-V2.5-Dev |
| Last modified | 2026-08-14T18:22:14.000Z |
Model README
---
license: apache-2.0
base_model: Kwaipilot/KAT-Coder-V2.5-Dev
base_model_relation: quantized
pipeline_tag: text-generation
library_name: gguf
tags: [gguf, imatrix, quantization, moe, code]
---
KAT-Coder-V2.5-Dev — IQ2_M GGUF
A single imatrix-guided IQ2_M quantization of Kwaipilot/KAT-Coder-V2.5-Dev,
built to put a 34.7B mixture-of-experts coder inside roughly 11 GB.
| | |
|---|---|
| file | KAT-Coder-V2.5-Dev-IQ2_M.gguf |
| size | 10.85 GiB |
| architecture | qwen35moe (MoE, ~3B active) |
| parameters | 34.66 B |
| native context | 262,144 |
| imatrix | yes — katcoder.imatrix included |
What is and isn't verified
Verified: the file loads under llama.cpp and generates — prompt processing and token
generation both exercised, exit code 0.
Not measured: there is no KL-divergence or perplexity table for this quant. IQ2_M is an
aggressive tier and quality loss at ~2.7 bits per weight is real; this repo does not quantify it.
If you want a quant release with a measured fidelity table, see
Qwen3.6-27B-GGUF, where every tier is compared
against the BF16 reference.
Treat this as "a working IQ2_M with its imatrix", not as a validated one.
Run it
llama-cli -m KAT-Coder-V2.5-Dev-IQ2_M.gguf -c 32768 -no-cnv -p "write a binary search in Rust"
-no-cnv matters: recent llama-cli builds otherwise drop into conversation mode and wait on stdin.
Note on metadata
The GGUF carries general.name = "Src", an artifact of the directory it was converted from. It is
cosmetic and does not affect inference.
Credit
Model and weights © Kwaipilot — KAT-Coder-V2.5-Dev,
Apache-2.0. This repo adds only the quantization. Weights otherwise unmodified.
Run KikoCis/KAT-Coder-V2.5-Dev-IQ2_M-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models