File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 pip3 install --no-deps -e .
115115 - name : Prepare GSM8K dataset
116116 run : |
117- python3 examples/data_preprocess/gsm8k.py
117+ python3 examples/data_preprocess/gsm8k.py --local_dataset_path ${HOME}/models/hf_data/gsm8k
118118 - name : Running GSM8K E2E training tests with 3D parallelism on 8 L20 GPUs with Megatron (Qwen3) with validation and saving
119119 run : |
120120 ray stop --force
Original file line number Diff line number Diff line change 6060 - name : Prepare gsm8k dataset
6161 run : |
6262 ray stop --force
63- python3 examples/data_preprocess/gsm8k.py
63+ python3 examples/data_preprocess/gsm8k.py --local_dataset_path ${HOME}/models/hf_data/gsm8k
6464 - name : Running GSM8K E2E with prime alg
6565 run : |
6666 ray stop --force
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 - name : Prepare gsm8k dataset
104104 run : |
105105 ray stop --force
106- python3 examples/data_preprocess/gsm8k.py --local_dir ${HOME}/data/gsm8k
106+ python3 examples/data_preprocess/gsm8k.py --local_dataset_path ${HOME}/models/hf_data/gsm8k -- local_dir ${HOME}/data/gsm8k
107107 - name : Running sglang generative reward model tests on 8 L20 GPUs
108108 run : |
109109 unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 - name : Prepare gsm8k dataset
103103 run : |
104104 ray stop --force
105- python3 examples/data_preprocess/gsm8k.py --local_dir ${HOME}/data/gsm8k
105+ python3 examples/data_preprocess/gsm8k.py --local_dataset_path ${HOME}/models/hf_data/gsm8k -- local_dir ${HOME}/data/gsm8k
106106 - name : Running vllm generative reward model tests on 8 L20 GPUs
107107 run : |
108108 unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY
You can’t perform that action at this time.
0 commit comments