Skip to content

Commit ae29a62

Browse files
authored
Merge pull request om-ai-lab#27 from eltociear/patch-1
docs: update README.md
2 parents 12b4395 + 3491aa9 commit ae29a62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ torchrun --nproc_per_node="8" \
124124
--model_name_or_path Qwen/Qwen2.5-VL-3B-Instruct \
125125
--deepspeed local_scripts/zero3.json \
126126
--dataset_name <your_dataset_name> \
127-
--data_file_paths /path/to/your/data.jsonl \ # can be multiple, seperated by ":"
128-
--image_folders /path/to/your/image/folder/ \ # can be multiple, seperated by ":"
127+
--data_file_paths /path/to/your/data.jsonl \ # can be multiple, separated by ":"
128+
--image_folders /path/to/your/image/folder/ \ # can be multiple, separated by ":"
129129
...
130130
```
131131
## Evaluation

0 commit comments

Comments
 (0)