update readme

This commit is contained in:
vincentccc
2025-09-09 10:20:11 +08:00
parent 49af1cf154
commit 04d4947d26
2 changed files with 6 additions and 5 deletions
-5
View File
@@ -81,11 +81,6 @@ Download the Flow/FAST pretrained model and run:
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
View File
@@ -2,6 +2,12 @@
This document explains the key configuration parameters that can be modified for Wall-X training.
## Enable FAST tokenizer
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
```
## Quick Start Checklist
1. **Update run.sh**: Set `code_dir` and `config_path` to your actual paths
2. **Configure GPUs**: Set `CUDA_VISIBLE_DEVICES` for your available GPUs