How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP:IQ4_XS
# Run inference directly in the terminal:
llama cli -hf thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP:IQ4_XS
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP:IQ4_XS
# Run inference directly in the terminal:
llama cli -hf thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP:IQ4_XS
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP:IQ4_XS
# Run inference directly in the terminal:
./llama-cli -hf thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP:IQ4_XS
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP:IQ4_XS
# Run inference directly in the terminal:
./build/bin/llama-cli -hf thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP:IQ4_XS
Use Docker
docker model run hf.co/thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP:IQ4_XS
Quick Links

About

What you probably want instead is one of the APEX gguf builds by gbuzhf:

However, sometimes you want to see if a more classic quantization will be more suitable for your specific task, or simply want to fit (or use) a specific vram target. In this case, "one can't go wrong with bartowski builds (c) reddit" -- except for these are sadly missing any draft models, and a 20-30 %% gain in inference speed is not something to easily give up on.

Hence, I'll be adding here some "franken-merges" of original bartowski builds with 20 MTP layers added to it from unsloth/Qwen3.6-35B-A3B-MTP-GGUF model using a [conversion script] made by buzz.

All uploaded models were tested and add a ~20-30 % gain in inference speed compared to original ("ungrafted") models on AMD hardware.

(It is strongly recommended to use at most q8_0 quantizations for KV cache if your hardware supoorts it, especially if it has a chance to be more performant on it.)

// TODO: add invocation examples //

Downloads last month
558
GGUF
Model size
36B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP

Quantized
(32)
this model