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

TENSOR PARALLELISM LANDS IN CONTINUOUS BATCHING, AUDIO DOCS FOLLOW

By RepoJournal · Filed · About Hugging Face

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].

One email a day. Unsubscribe in one click.

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.

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?