RepoJournal

$ cat huggingface/month/2026-08-01.log

Hugging Face

Hugging Face

the month in review · August 2026

Cache-billing leak fixed, and everything from robots to diffusers gets harder to break

August 2026 shipped one billing-security fix that matters to every Anthropic subscription user, then spent the rest of the month keeping the fast-moving toolchains honest.

691 commits 580 PRs merged 11 releases 30 briefings covered

The month's most consequential change landed in tau, where Anthropic prompts were being re-billed on every turn of a conversation instead of being cached [1]. "Cache Anthropic prompts instead of re-billing every turn" [2] fixes a billing leak that inflated API costs for subscription users, and it pairs with a separate fix for Anthropic subscription login and OAuth token refresh [3]. If you run tau against Anthropic billing, upgrade and verify your prompts now hit the cache.

Beyond that, the through-line is reliability engineering across the tools. lerobot stopped simulating environments whose episode had already ended, halving eval overhead [4]; the D405 RealSense camera now auto-recovers from connection timeouts at startup instead of hanging [5]; and LeKiwi bus reads retry on transient Feetech errors instead of dying [6]. On the training side, TRL now uses the accelerator device instead of hardcoded CUDA in its FSDP2 vLLM weight sync [7], and it requires `peft>=0.20.0` for reference adapters with `target_parameters` [8]. Each fix is narrow, but together they close the classes of bugs that silently corrupt training runs.

Transformers spent the month hardening its codebase ahead of v5: it split vLLM CI across dedicated runners [9], added a linter that hunts `nn.Buffer` misuse , and shipped v5.16.0 with Qwen4-Exp support , while its Mixture-of-Experts loss was cut by 99.7% . Diffusers likewise tightened its own corners: it now supports group offloading under auto offloading [9], and it fixed LoRA state corruption and pinned revisions once to prevent drift . The pattern is consistent, if not glamorous: each project is auditing its own state management before the next major release.

Finally, moon-ide shipped a reliability overhaul across messaging and sessions, seeding session running status from the backend on load so the UI no longer guesses [10], while Harbor-HF walled off its sandboxes and unified its TypeScript control service . These are the kinds of changes that don't make headlines about new features, but they are why the platform stops flaking in production.

References

  1. [1] Cache Anthropic prompts instead of re-billing every turn (#502) ↗ huggingface/tau
  2. [2] Cache Anthropic prompts instead of re-billing every turn ↗ huggingface/tau
  3. [3] Fix Anthropic subscription login and OAuth token refresh ↗ huggingface/tau
  4. [4] perf(eval): stop simulating environments whose episode has ended ↗ huggingface/lerobot
  5. [5] fix(cameras): D405 RealSense connection timeout on startup ↗ huggingface/lerobot
  6. [6] fix(lekiwi): retry LeKiwi bus reads on transient Feetech errors ↗ huggingface/lerobot
  7. [7] Use accelerator device instead of hardcoded cuda in FSDP2 vLLM weight sync ↗ huggingface/trl
  8. [8] Use a reference adapter with `target_parameters` on `peft>=0.20.0` ↗ huggingface/trl
  9. [9] support group offloading under auto offloading (#14358) ↗ huggingface/diffusers
  10. [10] Seed session running status from backend on load ↗ huggingface/moon-ide

$ ls huggingface/month/ # the briefings behind this review

Sat Aug 1 TAU FIXES ANTHROPIC BILLING LEAK, UNLOCKS PROMPT CACHING Sun Aug 2 LEROBOT CUTS EVAL OVERHEAD IN HALF, TRL FIXES DEVICE HARDCODING Mon Aug 3 LEROBOT FIXES D405 REALSENSE STARTUP HANGS WITH AUTO-RECOVERY Tue Aug 4 LEROBOT BREAKS IMPORTS, FIXES TRAINING PIPELINE SILENTLY BREAKING Wed Aug 5 KERNELS REFACTOR CLEANS UP LOADING PATH, TOKENIZERS KILLS DEPENDABOT NOISE Thu Aug 6 SPEECH-TO-SPEECH 0.2.12 SHIPS WITH SMARTER TURN-TAKING AND WEBRTC SUPPORT Fri Aug 7 TRANSFORMERS SHIPS AUTOMATED CODE QUALITY REVIEWS, MLCLAW FIXES BROKER COMPATIBILITY Sat Aug 8 SPEECH-TO-SPEECH PROTOCOL OVERHAUL SHIPS, DIFFUSERS FIXES LORA STATE CORRUPTION Sun Aug 9 MOON-IDE SHIPS RELIABILITY OVERHAUL ACROSS MESSAGING AND SESSIONS Mon Aug 10 PYTORCH-IMAGE-MODELS FIXES POSITIONAL EMBEDDING RESAMPLING BUG Tue Aug 11 SPEECH-TO-SPEECH SHIPS ORDERED ASSISTANT FIX, HUB SDK PATCHES PROGRESS BAR BUG Wed Aug 12 OPTIMUM-INTEL ADDS META MUSE GLIMMER SUPPORT VIA OPENVINO Thu Aug 13 TRANSFORMERS SPLITS VLLM CI ACROSS DEDICATED RUNNERS; SENTENCE-TRANSFORMERS FIXES FLOAT PRECISION ACROSS ALL RANKING Sat Aug 15 DIFFUSERS CLOSES LORA GAPS WHILE MOON-IDE PINS CACHE REPLICAS Sun Aug 16 AGENT-MANAGER FIXES DRAG-AND-DROP, MOBILE LAYOUT, AND TAB REFRESH Mon Aug 17 HARBOR-HF SHIPS UNIFIED TYPESCRIPT CONTROL SERVICE, TRANSFORMERS PATCHES DEVICE MISMATCHES Tue Aug 18 Harbor-HF Walls Off Sandboxes While Serge Patrols Its Gates Wed Aug 19 TWO NEW TOOLCHAINS AND A PATCH THAT MATTERS Thu Aug 20 TRL DROPS ASYNC DISTILLATION, DIFFUSERS GO TENSOR PARALLEL Fri Aug 21 Transformers Brings Biology to v5 Main Sat Aug 22 LEROBOT CUTS FASTWAM OVERHEAD WITH COMPILED INFERENCE Sun Aug 23 Harbor-hf sinks broken Sandbox cleanup Mon Aug 24 Transformers linter hunts nn.Buffer misuse as kernels ships hotfix Tue Aug 25 Transformers MoE loss cut 99.7% as TRL gains tool calling Wed Aug 26 TRL UNBLOCKS MOE LORA AS PEFT PATCHES AUTOCAST Thu Aug 27 TRANSFORMERS V5.16.0 SHIPS WITH QWEN4-EXP Fri Aug 28 SAGE ATTENTION GETS ITS SECOND WIND Sat Aug 29 Diffusers pins revisions once, TRL fixes vLLM weight-sync hangs Sun Aug 30 moon-ide adds write deadlines and container support Mon Aug 31 Transformers tightens integration tests, TRL pins hybrid attention coverage