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-11
stories 24

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

TRL FIXES MULTIMODAL LOGGING AND QUANTIZATION CRASHES ACROSS GRPO AND QORA PIPELINES

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

TRL shipped four critical fixes overnight for multimodal RL training, including a QLoRA + FSDP1 dtype crash that was breaking mixed-precision setups.

The biggest one: QLoRA + FSDP1 mixed-dtype configurations were crashing in prepare_peft_model, and that's now fixed [1]. Parallel to that, the multimodal logging system got a new control lever with the `log_multimodal` parameter added to both GRPOConfig and RLOOConfig [2], letting you silence image logging when you need lighter checkpoints. GKD also got a vocab_size validation fix for multimodal models [3] that was silently breaking configs that looked valid. On the data side, GRPO and RLOO now handle IterableDataset errors correctly instead of swallowing them [4]. Kernels desk shipped Helion support [5], enabling pure-Python Triton kernels to build as noarch variants, which means one binary for all torch versions. huggingface.js fixed their Deno e2e CI by setting minimumDependencyAge to 0 for local registry testing [6], unblocking the test pipeline.

Action items

References

  1. [1] Fix QLoRA + FSDP1 mixed-dtype crash in prepare_peft_model (#6343) ↗ huggingface/trl
  2. [2] Add `log_multimodal` param to GRPOConfig and RLOOConfig to control image logging (#5408) ↗ huggingface/trl
  3. [3] Fix GKD vocab_size check for multimodal model configs (#6340) ↗ huggingface/trl
  4. [4] Fix error type for IterableDataset in GRPO and RLOO (#6324) ↗ huggingface/trl
  5. [5] Add Helion as a supported Python dependency ↗ huggingface/kernels
  6. [6] CI fix e2e test (#2284) ↗ huggingface/huggingface.js

Quick answers

What shipped in Hugging Face on July 11, 2026?
TRL shipped four critical fixes overnight for multimodal RL training, including a QLoRA + FSDP1 dtype crash that was breaking mixed-precision setups. In total, 12 commits and 12 pull requests landed.
Who contributed to Hugging Face on July 11, 2026?
6 developers shipped this update, including Adam Pardyl, Sergio Paniego Blanco, Albert Villanova del Moral, Sayak Paul, drbh, and Bertrand CHEVRIER.
What were the notable Hugging Face updates?
Fix QLoRA + FSDP1 mixed-dtype crash in prepare_peft_model (#6343), Add `log_multimodal` param to GRPOConfig and RLOOConfig to control image logging (#5408), and Fix GKD vocab_size check for multimodal model configs (#6340).