Skip to content

Commit 3f4f9c1

Browse files
committed
Align forward pass checker tolerances with Gemma3 standard patterns
1 parent 04d55d2 commit 3f4f9c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/end_to_end/tpu/gpt_oss/20b/test_gpt_oss_to_mt.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ python3 -m tests.utils.forward_pass_logit_checker \
5454
sparse_matmul=${SPARSE_MATMUL} \
5555
megablox=${MEGABLOX} \
5656
--golden_logits_path=/tmp/golden_data_gpt-oss-20b.jsonl \
57-
--atol=0.1 --rtol=0.1 \
58-
--max_kl_div=3e-4
57+
--max_kl_div=0.01

0 commit comments

Comments
 (0)