Robotics
LeRobot
Safetensors
smolvla
danaaubakirova HF Staff commited on
Commit
d560bdd
·
verified ·
1 Parent(s): 04d96c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
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
  ```