KAT-Coder-V2.5-Dev — Solid pick for Claude Code + Superpowers

#28
by darkmatter2222 - opened

Been running the KAT-Coder-V2.5-Dev model and it's been by far the best for me when paired with Claude Code and the Superpowers plugin.

Setup:
exec /opt/vllm025/bin/vllm serve
/home/darkmatter2222/models/KAT-Coder-V2.5-Dev-NVFP4
--served-model-name kat-coder-v2.5
--host 0.0.0.0
--port 8006
--trust-remote-code
--dtype auto
--language-model-only
--chat-template /var/log/vllm/kat-chat-template-runtime.jinja
--performance-mode throughput
--no-enable-log-requests
--gpu-memory-utilization 0.85
--max-model-len 262146
--max-num-seqs 12
--max-num-batched-tokens 16384
--enable-prefix-caching
--enable-chunked-prefill
--enable-auto-tool-choice
--tool-call-parser qwen3_coder
--reasoning-parser qwen3
--kv-cache-memory-bytes 17179869184
--kv-cache-dtype fp8
--no-async-scheduling
--gdn-prefill-backend triton
--compilation-config '{"cudagraph_mode":"PIECEWISE","cudagraph_capture_sizes":[1,2,4,8,12]}'

Results: ~50 TPS single concurrency, no MTP.

Would love to see MTP support in future — that's the only thing I'm missing right now. Otherwise, very impressed with this one.

Sign up or log in to comment