Skip to content

Commit 72a9cbf

Browse files
authored
add SmolVLAPolicy import (#2898)
1 parent 37b3a4e commit 72a9cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smolvla.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ python lerobot/scripts/train.py \
131131
You can also load `SmolVLAPolicy` directly:
132132

133133
```python
134+
from lerobot.common.policies.smolvla.modeling_smolvla import SmolVLAPolicy
134135
policy = SmolVLAPolicy.from_pretrained("lerobot/smolvla_base")
135136
```
136137

0 commit comments

Comments
 (0)