Skip to content

Commit 0e53318

Browse files
committed
update file path
1 parent ae9af20 commit 0e53318

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • tests/functional_tests/train/qwen3_vl/conf/train

tests/functional_tests/train/qwen3_vl/conf/train/8b.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ model:
9393

9494
data:
9595
no_use_system_prompt: True
96-
data_path: /nfs/lizhiyu/embody/data/blip_laion_cc_sbu_558k_first_5k/wds-2/
97-
vision_root: /nfs/lizhiyu/embody/data/blip_laion_cc_sbu_558k_first_5k/
96+
data_path: /home/gitlab-runner/data/blip_laion_cc_sbu_558k_first_5k/wds-2/
97+
vision_root: /home/gitlab-runner/data/blip_laion_cc_sbu_558k_first_5k/
9898
dataloader_type: external
9999
split: 100,0,0
100100
tokenizer:
101101
tokenizer_type: Qwen2VLTokenizer
102-
tokenizer_path: /nfs/lizhiyu/embody/data/Qwen3-VL-8B-Instruct-tp2/
102+
tokenizer_path: /home/gitlab-runner/tokenizers/Qwen3-VL-8B-Instruct
103103
# vocab_size: 151936 #
104104
extra_vocab_size: 293 # Qwen3-VL specific. total vocab size = 151643 + extra_vocab_size
105105
make_vocab_size_divisible_by: 64

0 commit comments

Comments
 (0)