DistillKit is officially out. The same toolkit we used to train Virtuoso, SuperNova Medius, and Blitz. Online distillation, offline distillation, advanced compression. All of it.

Storing teacher logits for offline distillation is expensive. Like, prohibitively expensive. Our compression system: polynomial approximation + error-diffusion quantization + bit-packing. ~300 bytes/token. 0.15% of uncompressed size, with minimal quality loss.

We're also releasing pre-captured teacher datasets: Qwen3-235B — 1.5B tokens, 8k ctx DeepSeek V3/R1 — 5B tokens, 16k ctx (mixed-mode reasoning) DeepSeek V3 Base — 1.2B tokens, 8k ctx Start distilling right away. https://t.co/lQxLlAYksI
Configure your entire distillation run in YAML. Teacher, student, losses, compression, training args—all in one file. distillkit config.yaml That's it.

Offline usually stalls on the cost of storing teacher logits. Compressing them to about 300 bytes per , plus ready-made teacher data from Qwen3-235B and DeepSeek V3/R1, makes training your own student model practical.
Checking sign-in…
Loading comments…