How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="thread13/Kwaipilot_KAT-Coder-V2.5-Dev-GGUF-MTP",
	filename="Kwaipilot_KAT-Coder-V2.5-Dev-IQ4_XS.bartowski.mtp.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

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
-
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
(30)
this model