geonmin-kim commited on
Commit
18204d1
·
verified ·
1 Parent(s): 2663b92

README: tokenizer resolution now portable

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -46,12 +46,11 @@ lerobot-train \
46
  --dataset.repo_id=<your SO-101 LeRobot dataset> ...
47
  ```
48
 
49
- Note: `config.json`'s `text_processor_name_or_path` points at the checkpoint
50
- directory; when loading from the Hub on a fresh machine, download the full snapshot
51
- (`snapshot_download`) and pass the local path, or override
52
- `--policy.text_processor_name_or_path=<local snapshot dir>` (the Qwen tokenizer files
53
- `tokenizer.json` / `tokenizer_config.json` / `special_tokens_map.json` /
54
- `chat_template.jinja` ship in this repo).
55
 
56
  ## Fine-tuned descendants
57
 
 
46
  --dataset.repo_id=<your SO-101 LeRobot dataset> ...
47
  ```
48
 
49
+ Tokenizer resolution is fully portable: `text_processor_name_or_path` and the
50
+ serialized processor's `processor_name` point at this repo id (with
51
+ `local_files_only=false`), and `preprocessor_config.json` ships so
52
+ `Qwen3VLProcessor` loads without the AutoTokenizer fallback. No overrides needed
53
+ on a fresh machine.
 
54
 
55
  ## Fine-tuned descendants
56