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-08
stories 60

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

TRANSFORMERS SHIPS FLASH ATTENTION FOR STATIC CACHE, DIFFUSERS 0.39.0 LANDS

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

Transformers unlocked faster prefill inference with Flash Attention kernel support, while diffusers ships a full release and Serge surfaces real error messages instead of pod log dead ends.

The transformers prefill optimization [1] expands Flash Attention kernel conditions to work with StaticCache, removing XPU-specific code paths and dispatching more efficiently through sdpa. That lands alongside TIPSv2 support [2], a new vision-language model that integrates Siglip2 text configs and modular loss computation. CLI users get a critical fix [3] for compatibility with huggingface_hub 1.22, which changed typer_factory's return type and broke every test runner. Diffusers shipped v0.39.0 [5] and added Flash 3 varlen_hub support for sequence parallel workflows [6] with QwenImage pipeline validation. On the ops side, Serge [7] and [8] now surface real crash causes instead of generic "see pod log" messages, and admins can test provider tokens before reviews fail silently. CI memory got a haircut too [4], with tiny Hub repos replacing 342 MB tokenizers in processor tests.

Action items

References

  1. [1] [sdpa] Allow prefill to use FA kernel with StaticCache (#47094) ↗ huggingface/transformers
  2. [2] Add TIPSv2 (#46347) ↗ huggingface/transformers
  3. [3] Fix CLI compatibility with huggingface_hub 1.22 (#47059) (#47064) ↗ huggingface/transformers
  4. [4] processor tests: use tiny Hub repos to reduce CI memory (#47115) ↗ huggingface/transformers
  5. [5] post release v0.39.0 ↗ huggingface/diffusers
  6. [6] add SP support for `_flash_3_varlen_hub` backend ↗ huggingface/diffusers
  7. [7] admin: add "Test" button to validate a provider token can run inference ↗ huggingface/serge
  8. [8] review_runner: surface real crash cause instead of "(see pod log)" ↗ huggingface/serge

Quick answers

What shipped in Hugging Face on July 8, 2026?
Transformers unlocked faster prefill inference with Flash Attention kernel support, while diffusers ships a full release and Serge surfaces real error messages instead of pod log dead ends. In total, 30 commits and 30 pull requests landed.
Who contributed to Hugging Face on July 8, 2026?
3 developers shipped this update, including sayakpaul, zhtmike, and tarekziade.
What were the notable Hugging Face updates?
[sdpa] Allow prefill to use FA kernel with StaticCache (#47094), Add TIPSv2 (#46347), and Fix CLI compatibility with huggingface_hub 1.22 (#47059) (#47064).