Most fine-tuning benchmarks race accuracy and let time float. LoRA Speedrun inverts it: freeze the model, the GPU, and a target accuracy, then race the wall clock to get there. The framing question — how fast can you fine-tune Qwen2.5-1.5B to ≥57% on GSM8K on a single L40S — is the one that actually shows up in a fine-tuning budget, not the one that shows up in a paper.

What I like is that it makes the boring wins legible. Loss masking and packing rarely make a paper, but they’re exactly what moves your fine-tune from an overnight job to a coffee break — and that’s a real SLA when adapters ship on a cadence. The HN thread is already arguing about whether wall-clock leaderboards just reward kernel golf. Maybe. But kernel golf is half of what LLM ops actually is. Would your fine-tuning pipeline survive being scored on the clock instead of the curve?