Skip to content

Commit 38125c2

Browse files
authored
fix: remove noisy qwen2 vl nightly test loss check (#1272)
Signed-off-by: Terry Kong <[email protected]>
1 parent d0e203c commit 38125c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_suites/vlm/vlm_grpo-qwen2.5-vl-3b-instruct-clevr-1n2g-dtensor2tp1.v1.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ uv run tests/json_dump_tb_logs.py $LOG_DIR --output_path $JSON_METRICS
3434
# Only run metrics if the target step is reached
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 \
37-
'data["train/loss"]["200"] < 0.1' \
3837
'data["train/reward"]["200"] > 0.9'
3938
fi
4039

0 commit comments

Comments
 (0)