adjust robotics dependencies and vllm install description#1117
Open
1016qqz wants to merge 4 commits intoflagos-ai:mainfrom
Open
adjust robotics dependencies and vllm install description#11171016qqz wants to merge 4 commits intoflagos-ai:mainfrom
1016qqz wants to merge 4 commits intoflagos-ai:mainfrom
Conversation
legitnull
reviewed
Feb 12, 2026
aoyulong
reviewed
Feb 13, 2026
aoyulong
reviewed
Feb 14, 2026
| pip install . --verbose | ||
| pip install -r requirements/train/robotics/requirements.txt | ||
| pip install -r requirements/cuda/base.txt | ||
| pip install git+https://github.com/huggingface/transformers.git@fix/lerobot_openpi |
Contributor
There was a problem hiding this comment.
Why do we need transformers if we already have the model implementation in FlagScale? @legitnull
Collaborator
There was a problem hiding this comment.
Indeed, we have the modelling for pi0/pi0.5, but it uses a gemma model, which is a different variant than the one in the main branch of transformers.
We could port the change from huggingface/transformers@3676fc8 if time permits
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.
PR Category
Train
PR Types
Others
PR Description
1, adjust robotics dependencies install in pi0/pi0_5 readme.md
2, adjust vLLM install description in robobrain2.5 readme.md