Skip to content

Commit bf5445c

Browse files
authored
fix: qwen30 config had typo in metric check (#1266)
Signed-off-by: Terry Kong <[email protected]>
1 parent c68b4c2 commit bf5445c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_suites/llm/grpo-math-qwen3-30ba3b-megatron-tp4-32k.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ uv run tests/json_dump_tb_logs.py $LOG_DIR --output_path $JSON_METRICS
3535
if [[ $(jq 'to_entries | .[] | select(.key == "train/loss") | .value | keys | map(tonumber) | max' $JSON_METRICS) -ge $MAX_STEPS ]]; then
3636
uv run tests/check_metrics.py $JSON_METRICS \
3737
'mean(data["train/token_mult_prob_error"]) < 1.1' \
38-
'data["train/token_mult_prob_error"]["$MAX_STEPS"] < 1.1'
38+
'data["train/token_mult_prob_error"]["3"] < 1.1'
3939
fi

0 commit comments

Comments
 (0)