Fetching from the wire…
Public story · 2026-08-10 · high
Caching teacher logits and chunking the KL loss let the team distill GPT-OSS 20B on one GPU node instead of four. Step time fell 5x.
Why now: Multiverse Computing published these benchmarks on Hugging Face, dated August 10, 2026.
Multiverse Computing cut peak distillation VRAM from 85.2 GB to 5.45 GB at 32K context by caching teacher logits instead of rerunning every step, per its Hugging Face post.
That frees smaller teams from needing a multi-node GPU cluster just to distill a large model. Distilling GPT-OSS 20B at the same 32K context needed four GPU nodes before. With this method it took one, and each training step ran 5x faster, 57.0 seconds down to 12.23.
The caching keeps the top 100 teacher logits per position instead of storing the full vocabulary distribution. The team also reformulated the KL divergence loss to process the sequence in chunks. That avoids materializing the full vocabulary-by-sequence matrix in memory, part of the VRAM cost.
The gap widens with context length. At 256K tokens, the method holds at 11.6 GB while the next-best variant they tested needs 134.2 GB.
Quality held up in their test case: a 3.2B student distilled from Llama 3.1 8B Instruct landed within about 9 points of the teacher on MMLU.
Yes, but nine points on MMLU is still a real gap, and the post doesn't say how that student performs on tasks beyond the benchmark.
The real constraint on distillation was memory, not compute. Fix the memory curve and GPU count and step time fall with it, no bigger cluster required. Worth watching whether chunked KL distillation makes it into standard training libraries, or stays a one-off recipe.
Each link below shares sources, entities, or timing with this story.
Hugging Face published its Summer 2026 State of Open Models report on August 14, and one statistic in it went almost entirely unremarked in the coverage. By July 2026, agents rather than humans became the Hub's primary users. Claude Code alone accounted for 44.4% of all agent...
The NYT reported on July 17 that the June 2026 proposal is structured as monthly installments with an early-exit clause for either side, and would sit alongside Anthropic's existing $45B three-year SpaceX GPU deal from May. Meta fell about 6% intraday before closing down 2%. T...
The models are good. The license is the real story. Google released Gemma 4 on April 2 with four variants: E2B, E4B, 26B MoE, and 31B Dense. All built on the Gemini 3 architecture. The 31B Dense variant claimed #3 on Arena AI's text leaderboard, beating models 20x its size. Th...
AMD unveiled its first rack-scale system to directly contest Nvidia at the rack level, with engineering samples in H2 2026 and mass production targeted Q2 2027. Microsoft joins Meta, OpenAI and Oracle as customers; Meta plans 1 gigawatt of Helios racks by year-end against a lo...
SecOPD fine-tunes a defense using token-level feedback during on-policy distillation rather than the sequence-level signal prior work used. Against PISmith adaptive injections on Qwen3.6-27B it reports 9.0% attack success where Meta-SecAlign, the previous state of the art, sit...
A report on Zuckerberg's internal AI all-hands, including a meeting reportedly interrupted by an employee, surfaced confusion in Meta's direction (Wired). It adds to a run of stories questioning whether the Llama/superintelligence reorg has a coherent plan. For builders depend...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.