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-05-18
stories 17

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

TENSOR PARALLELISM LANDS IN CONTINUOUS BATCHING, AUDIO DOCS FOLLOW

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

Transformers shipped tensor parallelism support for continuous batching, unlocking multi-GPU generation scaling you've been waiting for.

The major merge [1] adds full TP support to continuous batching with the infrastructure to back it: inter-process communication for request states, per-TP group seeding, NCCL graph safeguards, and a reproducible hash function that avoids Python's salted hash. This is production-grade work, not a sketch. Simultaneously, the docs team shipped dedicated guidance on adding audio and video processors [2], closing a gap that's been live in the code for months. On the CI front, transformers-ci completed a shift to OpenSearch for trace storage [3] and overhauled the UI to reduce confusion between traces and run IDs [4]. The hub-docs team automated their inference provider docs generation [5], keeping the JavaScript packages and generated docs in lockstep without manual intervention. Housekeeping landed too: dead environment variables got stripped from CircleCI configs [6], and the DeepSeek V4 MoE converter got a fix for substring-matching FP8 scale companions [7].

Action items

References

  1. [1] [CB] [Major] Add tensor paralellism ↗ huggingface/transformers
  2. [2] [docs] adding audio/video processors ↗ huggingface/transformers
  3. [3] use opensearch for traces storage ↗ huggingface/transformers-ci
  4. [4] renamed to trace to avoid confusion with run id ↗ huggingface/transformers-ci
  5. [5] [Bot] Update Inference Providers documentation ↗ huggingface/hub-docs
  6. [6] chore(ci): remove dead env vars from circleci-failure-summary-comment.yml (#45972) ↗ huggingface/transformers
  7. [7] [DeepSeek V4] Fix MoE converter substring-matching FP8 scale companions (#45930) ↗ huggingface/transformers

Quick answers

What shipped in Hugging Face on May 18, 2026?
Transformers shipped tensor parallelism support for continuous batching, unlocking multi-GPU generation scaling you've been waiting for. In total, 11 commits and 6 pull requests landed.
Who contributed to Hugging Face on May 18, 2026?
3 developers shipped this update, including remi-or, stevhliu, and HuggingFaceInfra.
What were the notable Hugging Face updates?
[CB] [Major] Add tensor paralellism, [docs] adding audio/video processors, and use opensearch for traces storage.