Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/pi0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Install FlagScale and robotics dependencies:
```sh
cd FlagScale/
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
```

Install additional dependencies for downloading models/datasets:
Expand Down
2 changes: 2 additions & 0 deletions examples/pi0/conf/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ experiment:
no_shared_fs: false
rdzv_backend: static
hostfile: null
deploy:
use_fs_serve: true
cmds:
before_start: echo "Starting PI0 Training"
envs:
Expand Down
3 changes: 2 additions & 1 deletion examples/pi0_5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Install FlagScale and robotics dependencies:
```sh
cd FlagScale/
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need transformers if we already have the model implementation in FlagScale? @legitnull

Copy link
Collaborator

@legitnull legitnull Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

```

Install additional dependencies for downloading models/datasets:
Expand Down
2 changes: 2 additions & 0 deletions examples/pi0_5/conf/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ experiment:
no_shared_fs: false
rdzv_backend: static
hostfile: null
deploy:
use_fs_serve: true
cmds:
before_start: echo "Starting PI0.5 Training"
envs:
Expand Down
11 changes: 11 additions & 0 deletions requirements/cuda/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@
torch==2.9.1
torchaudio==2.9.1
torchvision==0.24.1

# for robotics
webdataset
epath
qwen_vl_utils
diffusers
flask_cors
datasets
draccus
einops
multi-storage-client