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

LEROBOT BREAKS IMPORTS, FIXES TRAINING PIPELINE SILENTLY BREAKING

By RepoJournal · Filed · About Hugging Face

LeRobot 0.6.1 renames the types module and patches a critical bug where multi-stage training produced all-zero targets when episode annotations were malformed.

LeRobot shipped v0.6.1 with a breaking change [1]: the `lerobot.types` module is now `lerobot.lerobot_types`. Upgrade your imports before your next deploy. More critically, the same release fixes a silent failure in SARM multi-stage training [2] where missing or malformed episode annotation columns caused the model to train on meaningless targets. This was catastrophic for training runs because it failed invisibly. On the same desk, a bug in episode statistics aggregation [3] has been patched, fixing how dataset indices and task statistics are recalculated after aggregation. Over in transformers, the team cleaned up stale module split entries [4] that were preventing proper device mapping, and fixed an ImportError [5] where torch < 2.8 broke the entire exporter module. HuggingFace.js released v2.14.5 [6] with a critical validation fix [7] that prevents repos from gaming the leaderboard with falsified parameter counts in safetensors headers, a vulnerability already being exploited across multiple models.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Release v0.6.1 ↗ huggingface/lerobot
  2. [2] fix(sarm): fail fast on unusable episode annotations ↗ huggingface/lerobot
  3. [3] fix(aggregate stats): fix episode statistics aggregation ↗ huggingface/lerobot
  4. [4] Remove stale and redundant _no_split_modules entries (#47645) huggingface/transformers
  5. [5] Fix ImportError in transformers.exporters on torch < 2.8 (#47711) huggingface/transformers
  6. [6] hub-v2.14.5 ↗ huggingface/huggingface.js
  7. [7] [hub] Validate safetensors tensor shapes and data_offsets against file size ↗ huggingface/huggingface.js

Quick answers

What shipped in Hugging Face on August 4, 2026?
LeRobot 0.6.1 renames the types module and patches a critical bug where multi-stage training produced all-zero targets when episode annotations were malformed. In total, 34 commits, 33 pull requests, and 2 releases landed.
Who contributed to Hugging Face on August 4, 2026?
15 developers shipped this update, including github-actions[bot], imstevenpmwork, s1lent4gnt, CarolinePascal, Cyril Vallez, guarin, Ilyas Moutawwakil, and harshaljanjani, and 7 more.
What were the notable Hugging Face updates?
Release v0.6.1, fix(sarm): fail fast on unusable episode annotations, and fix(aggregate stats): fix episode statistics aggregation.

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?