Mixed-precision GGUF quantization of
moonshotai/Kimi-K2.6, produced with the RAM (Resource-Aware Mixed-precision) pipeline.
Lower-footprint variant. For a higher-quality build, see
baa-ai/Kimi-K2.6-RAM-447GB-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 Q2_K.
1llama-cli \
2 -m kimi-k2.6-ram-344gb.gguf \
3 -c 8192 \
4 --temp 0.6 \
5 -p "You are a helpful assistant."