File tree Expand file tree Collapse file tree 2 files changed +5
-54
lines changed
Expand file tree Collapse file tree 2 files changed +5
-54
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ jobs:
124124 run : |
125125 ray stop --force
126126 python3 examples/data_preprocess/geo3k.py
127+ - name : Running gsm8k e2e qwen3 training tests with PPO on ASCEND NPU
128+ run : |
129+ ray stop --force
130+ bash tests/special_npu/run_qwen3_06b_ppo.sh
131+ rm -rf $HOME/ckpts
127132 - name : Running gsm8k e2e training tests with peft sft on ASCEND NPU
128133 run : |
129134 ray stop --force
@@ -144,16 +149,6 @@ jobs:
144149 ray stop --force
145150 bash tests/special_npu/run_qwen2_5_05b_dapo.sh
146151 rm -rf $HOME/ckpts
147- - name : Running gsm8k e2e qwen3 training tests with GRPO on ASCEND NPU
148- run : |
149- ray stop --force
150- bash tests/special_npu/run_qwen3_06b_grpo.sh
151- rm -rf $HOME/ckpts
152- - name : Running gsm8k e2e qwen3 training tests with PPO on ASCEND NPU
153- run : |
154- ray stop --force
155- bash tests/special_npu/run_qwen3_06b_ppo.sh
156- rm -rf $HOME/ckpts
157152 - name : Running gsm8k e2e training tests with GRPO MindSpeed on ASCEND NPU
158153 run : |
159154 ray stop --force
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments