112 wires and counting

$ follow Hugging Face

Keep up with Hugging Face in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-05
stories 13

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

GRPO GETS ENTROPY CONTROL, KTO GRADUATES TO STABLE

By RepoJournal · Filed · About Hugging Face · Composed from the cited sources · methodology

TRL shipped entropy regularization for GRPO while promoting KTO from experimental to production-ready, two moves that tighten the reinforcement learning toolkit.

The GRPO trainer now supports entropy regularization with both static and adaptive control [1], a feature that prevents policy collapse and encourages exploration during training. This closes a known gap in the reinforcement learning pipeline. In parallel, KTO has been promoted from the experimental API to stable [2], and the old shim wrappers have been removed [3] to clean up the codebase. Users importing from `trl.experimental.kto` will see deprecation warnings directing them to the main `trl` namespace. Over at chat-ui, the design team made two precision contrast moves: dimmed prose body text in dark mode [4] and capped emphasis styling on headings and links [5] so text hierarchy reads cleaner without glowing white. The lerobot project completed an automated dependency refresh [6] across CPU and GPU test suites. Documentation stayed in sync with an automated update to the Inference Providers docs [7].

Action items

References

  1. [1] Add entropy regularization to GRPO ↗ huggingface/trl
  2. [2] Promote KTO to stable API ↗ huggingface/trl
  3. [3] Remove KTO shims from stable ↗ huggingface/trl
  4. [4] Dim assistant prose body text in dark mode ↗ huggingface/chat-ui
  5. [5] Dim emphasized prose text in dark mode ↗ huggingface/chat-ui
  6. [6] chore(dependencies): update uv.lock ↗ huggingface/lerobot
  7. [7] [Bot] Update Inference Providers documentation ↗ huggingface/hub-docs

Quick answers

What shipped in Hugging Face on July 5, 2026?
TRL shipped entropy regularization for GRPO while promoting KTO from experimental to production-ready, two moves that tighten the reinforcement learning toolkit. In total, 6 commits and 7 pull requests landed.
Who contributed to Hugging Face on July 5, 2026?
4 developers shipped this update, including albertvillanova, gary149, imstevenpmwork, and HuggingFaceInfra.
What were the notable Hugging Face updates?
Add entropy regularization to GRPO, Promote KTO to stable API, and Remove KTO shims from stable.