Skip to content

Commit fd0a637

Browse files
authored
increase gemma3 multimodal convergence test loss atol (#697)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> increase gemma3 multimodal convergence test loss atol <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence
1 parent 222a6b6 commit fd0a637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/convergence/bf16/test_mini_models_multimodal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ def run_mini_model_multimodal(
872872
32,
873873
1e-4,
874874
torch.bfloat16,
875-
1e-3,
875+
3e-3,
876876
1e-2,
877877
0.4, # Increase the absolute tolerance for the logits of Gemma-3.
878878
1e-1,

0 commit comments

Comments
 (0)