Skip to content

Commit 806e285

Browse files
authored
fix: deepscaler-24k test reduce to 10 steps to safely finish in 4 hr (#1280)
Signed-off-by: Terry Kong <[email protected]>
1 parent 00cb570 commit 806e285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_suites/llm/grpo-deepscaler-1.5b-24K.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ source $SCRIPT_DIR/common.env
44

55
# ===== BEGIN CONFIG =====
66
NUM_NODES=1
7-
STEPS_PER_RUN=15
8-
MAX_STEPS=15
7+
STEPS_PER_RUN=10
8+
MAX_STEPS=10
99
NUM_RUNS=$(( (MAX_STEPS + STEPS_PER_RUN - 1) / STEPS_PER_RUN )) # Round up
1010
NUM_MINUTES=240
1111
# ===== END CONFIG =====

0 commit comments

Comments
 (0)