Mixed-precision GGUF quantization of
moonshotai/Kimi-K2.6, produced with the RAM (Resource-Aware Mixed-precision) pipeline.
Higher-quality variant. For a lower-footprint build, see
baa-ai/Kimi-K2.6-RAM-344GB-GGUF.
Quantization bit depths are assigned per-tensor using sensitivity probing rather than a uniform scheme. Each attention tensor receives bits proportional to how much its output diverges under quantization noise, measured across 8 random probes. Expert tensors (384 routed experts × 60 MoE layers) are quantized uniformly at Q3_K.
1llama-cli \
2 -m kimi-k2.6-ram-447gb.gguf \
3 -c 8192 \
4 --temp 0.6 \
5 -p "You are a helpful assistant."