Revert "fix(deps): breaking change from transformers 5.4.0"#3249
Merged
imstevenpmwork merged 2 commits intomainfrom Mar 30, 2026
Merged
Revert "fix(deps): breaking change from transformers 5.4.0"#3249imstevenpmwork merged 2 commits intomainfrom
imstevenpmwork merged 2 commits intomainfrom
Conversation
This reverts commit 0750286.
samet-akcay
added a commit
to samet-akcay/physical-ai-studio
that referenced
this pull request
Apr 1, 2026
lerobot v0.5.x moved check_delta_timestamps, get_delta_indices, dataset_to_policy_features, build_dataset_frame, and combine_feature_dicts from lerobot.datasets.utils to lerobot.datasets.feature_utils. Also document why transformers is pinned to <5.4.0: upstream lerobot reverted 5.4.0 support and pinned to ==5.3.0 (huggingface/lerobot#3249) because 5.4.0 breaks pi0/pi0fast action generation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #3231
The transformers 5.4.0 update brought some unexpected behavior changes to
PaligemmaandGemmathat unfortunately broke our Pi0 policy family. To keep things running smoothly for our users while we track down the issue (and wait for an upstream patch), I'm reverting this PR and pinning transformers to5.3.0. We'll unpin once everything is fully resolved.CI Full test run: https://github.com/huggingface/lerobot/actions/runs/23757315034