GGUF
conversational
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 dinerburger/KAT-Coder-V2.5-Dev-GGUF:Q6_K
# Run inference directly in the terminal:
llama cli -hf dinerburger/KAT-Coder-V2.5-Dev-GGUF:Q6_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dinerburger/KAT-Coder-V2.5-Dev-GGUF:Q6_K
# Run inference directly in the terminal:
llama cli -hf dinerburger/KAT-Coder-V2.5-Dev-GGUF:Q6_K
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 dinerburger/KAT-Coder-V2.5-Dev-GGUF:Q6_K
# Run inference directly in the terminal:
./llama-cli -hf dinerburger/KAT-Coder-V2.5-Dev-GGUF:Q6_K
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 dinerburger/KAT-Coder-V2.5-Dev-GGUF:Q6_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf dinerburger/KAT-Coder-V2.5-Dev-GGUF:Q6_K
Use Docker
docker model run hf.co/dinerburger/KAT-Coder-V2.5-Dev-GGUF:Q6_K
Quick Links

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