GGUF
conversational
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="dinerburger/KAT-Coder-V2.5-Dev-GGUF",
	filename="KAT-Coder-V2.5-Dev.q6_k.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Simple, no-matrix version of KAT-Coder-V2.5-Dev with the following recipe:

QUANT="q6_k"
llama-quantize \
  --output-tensor-type Q6_K \
  --token-embedding-type bf16 \
  --tensor-type attn_qkv=bf16 \
  --tensor-type attn_v=bf16 \
  --tensor-type attn_q=bf16 \
  --tensor-type attn_k=bf16 \
  --tensor-type attn_gate=bf16 \
  --tensor-type attn_output=bf16 \
  --tensor-type ssm_ba=bf16 \
  --tensor-type ssm_beta=bf16 \
  --tensor-type ssm_alpha=bf16 \
  --tensor-type ssm_out=bf16 \
  --tensor-type ffn_down_shexp=bf16 \
  --tensor-type ffn_gate_shexp=bf16 \
  --tensor-type ffn_up_shexp=bf16 \
  Kwaipilot_KAT-Coder-V2.5-Dev-bf16-00001-of-00002.gguf \
  KAT-Coder-V2.5-Dev.${QUANT}.gguf \
  ${QUANT}
Downloads last month
75
GGUF
Model size
35B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

6-bit

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

Model tree for dinerburger/KAT-Coder-V2.5-Dev-GGUF

Quantized
(31)
this model