Skip to content

Commit 85e2ce1

Browse files
Update model-libraries-snippets.ts
1 parent bab9770 commit 85e2ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ conda activate lerobot
16491649
conda install ffmpeg=7.1.1 -c conda-forge
16501650
16511651
# Install LeRobot with the SmolVLA extra dependencies
1652-
pip install -e ".[smolvla]"
1652+
pip install -e ".[${model.id}]"
16531653
16541654
# Launch finetuning on your dataset
16551655
cd lerobot && python lerobot/scripts/train.py \\

0 commit comments

Comments
 (0)