Skip to content

Commit c3125db

Browse files
author
Begunner
committed
local dir
1 parent bf71fb1 commit c3125db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/.deprecate/e2e_ppo_trainer_megatron_sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/.deprecate/e2e_prime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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

.github/workflows/reward_model_sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/reward_model_vllm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)