Skip to content

Commit 2d3bb79

Browse files
authored
test(functional): relax grpo_topp_topk gen_kl_error bound 0.03 -> 0.032 (#3341)
Signed-off-by: Terry Kong <terryk@nvidia.com>
1 parent f9b5c37 commit 2d3bb79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/grpo_topp_topk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ uv run tests/json_dump_tb_logs.py $LOG_DIR --output_path $JSON_METRICS
4242

4343
uv run tests/check_metrics.py $JSON_METRICS \
4444
'max(data["train/token_mult_prob_error"]) < 1.05' \
45-
'max(data["train/gen_kl_error"]) < 0.03' \
45+
'max(data["train/gen_kl_error"]) < 0.032' \
4646
'min(data["train/probs_ratio_clamped_min"]) > 0.79' \
4747
'max(data["train/probs_ratio_clamped_min"]) < 1.21' \
4848
'min(data["train/probs_ratio_clamped_max"]) > 0.79' \

0 commit comments

Comments
 (0)