update
This commit is contained in:
@@ -76,10 +76,16 @@ Training script path configuration
|
||||
- Robot DOF configuration
|
||||
- Training hyperparameters
|
||||
|
||||
Download the Flow/FAST pretrained model and run:
|
||||
```bash
|
||||
bash ./workspace/lerobot_example/run.sh
|
||||
```
|
||||
|
||||
To fine-tune using the FAST tokenizer, please download the repository and update the `action_tokenizer_path`. Make sure to set `use_fast_tokenizer` to `true`:
|
||||
```bash
|
||||
git clone https://huggingface.co/physical-intelligence/fast
|
||||
```
|
||||
|
||||
## Inference
|
||||
|
||||
For model inference, please refer to:
|
||||
|
||||
@@ -6,6 +6,8 @@ log_name: "robotic_training"
|
||||
log_project: "vla_training"
|
||||
model_type: qwen2_5
|
||||
pretrained_qwen_vl_path: "/path/to/qwen_vl_model/"
|
||||
# whether to enable fast tokenizer
|
||||
use_fast_tokenizer: false
|
||||
action_tokenizer_path: "/path/to/fast/"
|
||||
save_path: "/path/to/workspace/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user