GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

Ttimms/KAT-Coder-V2.5-Dev-REAP-50-GGUF overview

KAT Coder V2.5 Dev · REAP 50 — GGUF GGUF quants of the 50% REAP pruned KAT Coder V2.5 Dev Gated DeltaNet + MoE hybrid : 256 → 128 experts, ~19B parameters, no …

ggufllama.cppreapexpert-pruningmoeqwen3.5codeagentic-codingtext-generationenbase_model:Kwaipilot/KAT-Coder-V2.5-Devbase_model:quantized:Kwaipilot/KAT-Coder-V2.5-Devlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~10.59 GB disk (12 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
1,005
Likes
2
Pipeline
text-generation
Author

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
kat-reap50-Q4_K_M.ggufGGUFQ4_K_M10.59 GBDownload
kat-reap50-Q5_K_M.ggufGGUFQ5_K_M12.35 GBDownload
kat-reap50-Q6_K.ggufGGUFQ6_K14.21 GBDownload
kat-reap50-Q8_0.ggufGGUFQ8_018.39 GBDownload

Model Details

Model IDTtimms/KAT-Coder-V2.5-Dev-REAP-50-GGUF
AuthorTtimms
Pipelinetext-generation
Licenseapache-2.0
Base modelKwaipilot/KAT-Coder-V2.5-Dev,Ttimms/KAT-Coder-V2.5-Dev-REAP-50-bf16
Last modified2026-09-05T12:22:22.000Z

Model README

---

license: apache-2.0

base_model:

  • Kwaipilot/KAT-Coder-V2.5-Dev
  • Ttimms/KAT-Coder-V2.5-Dev-REAP-50-bf16

base_model_relation: quantized

tags:

  • gguf
  • llama.cpp
  • reap
  • expert-pruning
  • moe
  • qwen3.5
  • code
  • agentic-coding
  • text-generation

language:

  • en

pipeline_tag: text-generation

quantized_by: Ttimms

license_link: https://huggingface.co/Kwaipilot/KAT-Coder-V2.5-Dev/blob/main/LICENSE

---

KAT-Coder-V2.5-Dev · REAP-50 — GGUF

GGUF quants of the 50%-REAP-pruned KAT-Coder-V2.5-Dev (Gated-DeltaNet + MoE

hybrid): 256 → 128 experts, ~19B parameters, no MTP head.

Base-model quality (NVFP4A16 quant, greedy, instruct): HumanEval+ ~90%, MBPP+ ~90%. These are single greedy draws; the accuracy harness has a measured run-to-run spread of 1.85–4.27 pp per task (2026-09-05), so read small differences as unresolved.

Architecture

graph TD
    Base["Kwaipilot/KAT-Coder-V2.5-Dev<br/>Qwen3.5 MoE - 256 experts - ~69 GB bf16"]
    subgraph Build ["Build - RTX 5070 Ti, SM120"]
        REAP["REAP expert prune 50%  256 -> 128 experts + router-renorm fix"]
        Strip["strip vision tower + 333 untrained tensors"]
        Quant["NVFP4A16 quantize (weight-only, data-free, 82 s)"]
    end
    subgraph HF ["Published formats"]
        A16["REAP-50-NVFP4A16 - 12.45 GiB (default, vLLM)"]
        W4A4["REAP-50-NVFP4-W4A4 (native FP4)"]
        GPTQ["REAP-50-NVFP4A16-GPTQ (null result, kept for transparency)"]
        GGUF["REAP-50-GGUF (Q4_K_M / Q5_K_M / Q6_K / Q8_0)"]
        BF16["REAP-50-bf16 (pruned source)"]
    end
    Bench["A16 single draws - HumanEval+ 89.0% - MBPP+ 90.5% - SWE-bench Verified 52.0%"]
    Base --> REAP --> Strip --> Quant --> A16
    Strip --> BF16
    BF16 -. re-quant .-> W4A4
    BF16 -. re-quant .-> GPTQ
    BF16 -. convert .-> GGUF
    A16 --> Bench

Download

Grab one file, not the whole repo.

| File | Quant | Size | Notes |

|---|---|--:|---|

| kat-reap50-Q4_K_M.gguf | Q4_K_M | 11.4 GB | recommended — fits 16 GB with room for context |

| kat-reap50-Q5_K_M.gguf | Q5_K_M | 13.3 GB | higher quality, tighter KV budget |

| kat-reap50-Q6_K.gguf | Q6_K | 15.3 GB | near-lossless; little headroom on 16 GB |

| kat-reap50-Q8_0.gguf | Q8_0 | 19.7 GB | needs >16 GB or CPU offload |

MoE with ~3B active parameters — CPU / Apple-Silicon inference is fast for the size.

For full precision, re-quantizing, or merging, use the

pruned bf16 source

and run convert_hf_to_gguf.py --no-mtp yourself.

Run it in

Requirements

Needs a recent llama.cpp (the qwen35moe hybrid arch). Verified with

llama-server from a source build. Ollama support pending its bundled-llama.cpp bump.

llama-server -m kat-reap50-Q4_K_M.gguf -ngl 99 --port 8080

The chat template defaults to thinking on; pass

"chat_template_kwargs": {"enable_thinking": false} for direct output.

License

Apache-2.0 (inherits from Kwaipilot/KAT-Coder-V2.5-Dev). Pruning: REAP

(github.com/CerebrasResearch/reap, with a router-renormalization fix).

Run Ttimms/KAT-Coder-V2.5-Dev-REAP-50-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models