Skip to content

Commit dfe5f3d

Browse files
authored
Update run-qwen3-4B-dapo-partial.sh
1 parent 85750fb commit dfe5f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/partial_rollout/qwen/gspo/run-qwen3-4B-dapo-partial.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ PERF_ARGS=(
116116
--max-tokens-per-gpu 9216
117117
)
118118

119-
GEPO_ARGS=(
119+
GSPO_ARGS=(
120120
--advantage-estimator gspo
121121
--use-kl-loss
122122
--kl-loss-coef 0.00
@@ -196,7 +196,7 @@ ray job submit --address="http://127.0.0.1:8265" \
196196
${CKPT_ARGS[@]} \
197197
${ROLLOUT_ARGS[@]} \
198198
${OPTIMIZER_ARGS[@]} \
199-
${GRPO_ARGS[@]} \
199+
${GSPO_ARGS[@]} \
200200
${DISTRIBUTED_ARGS[@]} \
201201
${WANDB_ARGS[@]} \
202202
${PERF_ARGS[@]} \

0 commit comments

Comments
 (0)