We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab9770 commit 85e2ce1Copy full SHA for 85e2ce1
packages/tasks/src/model-libraries-snippets.ts
@@ -1649,7 +1649,7 @@ conda activate lerobot
1649
conda install ffmpeg=7.1.1 -c conda-forge
1650
1651
# Install LeRobot with the SmolVLA extra dependencies
1652
-pip install -e ".[smolvla]"
+pip install -e ".[${model.id}]"
1653
1654
# Launch finetuning on your dataset
1655
cd lerobot && python lerobot/scripts/train.py \\
0 commit comments