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

EXPERT PARALLEL MEMORY BUG FIXED, LIGHTEVAL GAINS IMAGE SUPPORT

By RepoJournal · Filed · About Hugging Face

Transformers shipped a critical fix for distributed model loading that was overestimating device memory in expert parallel runs, while lighteval patched a silent failure in task initialization.

The transformers team fixed a memory allocation bug [1] where the caching allocator's warmup phase was reading the wrong tensor parallelism plan and trying to preallocate as if expert weights weren't sharded. This could blow past device memory limits on multi-GPU setups running expert parallel inference. In a separate but equally quiet fix, lighteval addressed a ModuleNotFoundError [2] where the built-in MathVista task was importing PIL without declaring Pillow as a dependency. That meant running lighteval accelerate would fail during task registry initialization for any user without Pillow already installed. The hub-docs team also shipped automated Inference Providers documentation updates [3] reflecting the latest @huggingface/tasks and @huggingface/inference package versions. Dev version bumps landed across transformers as preparation for the next release.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Fix caching allocator warmup byte estimation for EP model loading (#46149) huggingface/transformers
  2. [2] Add Pillow dependency ↗ huggingface/lighteval
  3. [3] Update Inference Providers documentation (automated) (#2498) huggingface/hub-docs

Quick answers

What shipped in Hugging Face on May 25, 2026?
Transformers shipped a critical fix for distributed model loading that was overestimating device memory in expert parallel runs, while lighteval patched a silent failure in task initialization. In total, 4 commits and 4 pull requests landed.
Who contributed to Hugging Face on May 25, 2026?
1 developer shipped this update, including JoelNiklaus.
What were the notable Hugging Face updates?
Fix caching allocator warmup byte estimation for EP model loading (#46149), Add Pillow dependency, and Update Inference Providers documentation (automated) (#2498).

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?