RepoJournal
Hugging Face

@huggingface

Transformers, Datasets, and the open AI-model layer

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: Python AI / ML Full archive →

The Wire · Showcase

Transformers linter hunts nn.Buffer misuse as kernels ships hotfix

By RepoJournal · Filed · About Hugging Face

transformers-mlinter is tightening model internals while kernels drops a quick patch, but the real action is a quiet alignment fix in trl.

The Hugging Face ecosystem moved fast overnight: transformers-mlinter added Rule 58, which flags `register_buffer("<name>", ...)` calls in `modeling_*.py` and `modular_*.py` and demands `nn.Buffer` assignments instead [1]. This is a breaking style shift for model authors, so expect churn in your PRs. Meanwhile, kernels shipped v0.16.1 [2], a low-risk patch you can adopt without ceremony. On the training side, trl aligned `AsyncDistillationTrainer` with `AsyncGRPOTrainer` by reading pre-init args from local `args` before `super().__init__()` [3], a consistency fix that touches a follow-up to #6824. Over at optimum-intel, a revert restored Gemma4 tests by undoing the "Seq2seq segfault" change [4], so watch for behavior shifts in seq2seq inference. The period saw 3 commits, 3 PRs, and 1 release across four repos: quiet but deliberate. Prioritize the mlinter rule swap and the trl alignment in your next review round.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Rule 58 ↗ huggingface/transformers-mlinter
  2. [2] v0.16.1 ↗ huggingface/kernels
  3. [3] Align AsyncDistillationTrainer with AsyncGRPOTrainer on pre-init args ↗ huggingface/trl
  4. [4] [OpenVINO] Return Gemma4 tests. ↗ huggingface/optimum-intel

Quick answers

What shipped in Hugging Face on August 24, 2026?
transformers-mlinter is tightening model internals while kernels drops a quick patch, but the real action is a quiet alignment fix in trl. In total, 3 commits, 3 pull requests, and 1 releases landed.
Who contributed to Hugging Face on August 24, 2026?
4 developers shipped this update, including albertvillanova, tarekziade, github-actions[bot], and popovaan.
What were the notable Hugging Face updates?
Rule 58, v0.16.1, and Align AsyncDistillationTrainer with AsyncGRPOTrainer on pre-init args.

More from @huggingface

Daily updates, in your inbox

Follow Hugging Face

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?