← Quest map
Phase 5 · Compression
Compress & Prove It
Quantization without evals is vandalism.
0/5 · 740 XP
You’re previewing the curriculum. Sign in (top right) to track progress, take knowledge checks, and unlock the verifiers.
Tasks
Scale/zero-point derivation, per-group granularity, dequantize — no quantization libraries. Graded on 4-bit validity, beating the per-tensor baseline ≥3× on outlier-heavy weights, and keeping the reference GPT's predictions intact end-to-end.
build+200 XPauto-verifiedMIT 6.5940-style: quantize one layer (or group) at a time, measure the damage, and let the scan choose where precision goes — before reaching for uniform recipes.
bench+90 XPThe production pipeline for vLLM. Produce both checkpoints from the same base model.
Quality deltas on real tasks, plus throughput deltas from your benchmark harness. Red Hat's half-million-eval study is your methodology template.
Quality × speed × memory, real numbers, honest about regressions.
write+150 XPauto-verified