Update README.md
Browse files
README.md
CHANGED
|
@@ -57,9 +57,4 @@ python lerobot/scripts/train.py \
|
|
| 57 |
--job_name=my_smolvla_training \
|
| 58 |
--policy.device=cuda \
|
| 59 |
--wandb.enable=true
|
| 60 |
-
```
|
| 61 |
-
|
| 62 |
-
Example of using the smolvla pretrained model outside LeRobot training framework:
|
| 63 |
-
```python
|
| 64 |
-
policy = SmolVLAPolicy.from_pretrained("lerobot/smolvla_base")
|
| 65 |
```
|
|
|
|
| 57 |
--job_name=my_smolvla_training \
|
| 58 |
--policy.device=cuda \
|
| 59 |
--wandb.enable=true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
```
|