Skip to content

Commit 6dd1b57

Browse files
authored
fix: Loosen threshold for dpo functional test (#344)
Signed-off-by: ashors1 <ashors@nvidia.com>
1 parent 54e1506 commit 6dd1b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/dpo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ uv run $PROJECT_ROOT/examples/run_dpo.py \
3636
uv run tests/json_dump_tb_logs.py $LOG_DIR --output_path $JSON_METRICS
3737

3838
uv run tests/check_metrics.py $JSON_METRICS \
39-
'data["train/loss"]["3"] < 0.68'
39+
'data["train/loss"]["3"] < 0.73'
4040

0 commit comments

Comments
 (0)