Fetching from the wire…
Public story · 2026-09-12 · high
Trained for 3.5 days on one GPU, the model sent 90% of its attention to two added slots instead of the usual end token.
Why now: It's getting attention because it publishes internals most labs never show, not because of any new release.
A solo developer trained a 210-million-parameter text-to-image diffusion model on one GPU in 3.5 days, then posted the internals in a training write-up on r/MachineLearning instead of the images.
The numbers matter for anyone training a diffusion model without a lab budget. Loss curves can look nearly flat while the model keeps improving in ways only an eval metric like FID or FD-DINOv2 catches.
Two learned key and value slots added to the model's cross-attention layers absorbed about 90% of attention mass at mid-noise timesteps. The end-of-sequence token, the usual place attention piles up in transformers, held onto only 4%. Around those two slots, the register vectors reached 4 to 13 times the norm of the surrounding image tokens.
Over 4.2 million training images at 256², the flow-matching loss moved only from 0.805 to 0.754. FID reached 27.0, down from 33.7 in the same stretch, and FD-DINOv2 reached 218, down from 570.
A training-time timestep shift of 2.8, tested at 20 sampling steps, produced an FID of 27.0. That beat no shift at 20 steps (FID 27.3) and came close to running the full 50 steps (FID 26.6).
Each link below shares sources, entities, or timing with this story.
PR #19378 landed in llama.cpp this week, and I think most people are underselling what it means. Backend-agnostic tensor parallelism via --split-mode tensor makes multi-GPU inference work across AMD, Intel, and Apple Silicon. Not just CUDA. Everything. For context: llama.cpp h...
Part 4 of a running 2x3090 series: prefill was 80+ seconds to first token on an 8k prompt and 24 minutes on a 119k one, and releasing the 150-slot expert cache off the GPU during prompt processing bought the speedup. The comments are why it's here. A reader calculated the 2.8s...
mentria.ai, a browser inference engine written from scratch in WebGPU/WGSL, runs Prism ML's natively 1-bit Bonsai-27B on an RTX 3060 Laptop with nothing installed and nothing leaving the machine. One sign bit per weight and one FP16 scale per 128 weights, about 1.14 bits per p...
Somebody finally measured the thing everyone complains about, and the numbers are worse than the vibes. A Level1Techs writeup that hit 384 points and 144 comments on Hacker News captured full-vocabulary logits and computed KL divergence in FP64 to trace exactly where local inf...
Somebody diffed the configs. Zero architectural changes. Same 64 layers, same 5,120 hidden dimension, same hybrid Gated DeltaNet → FFN / Gated Attention → FFN block structure as Qwen3.6-27B. The r/LocalLLaMA post showing this hit 945 upvotes and 157 comments, and Hugging Face...
NVIDIA and AWS announced June 23 that NVIDIA's cuVS library now powers GPU-accelerated vector indexing as the default in Amazon OpenSearch Serverless, claiming up to 10x faster index builds at roughly a quarter the cost versus CPU-only, making billion-scale vector DBs buildabl...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.