Skip to content

Commit

Permalink
update rtols
Browse files Browse the repository at this point in the history
  • Loading branch information
maanug-nv committed Oct 10, 2023
1 parent fabee06 commit 5ff3458
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/baselines/test_t5x_mgmn_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
from numpy.testing import assert_allclose

LOSS_RTOL = {
'1G1N': 0.01,
'1G1N': 0.02,
'1G2N': 0.03,
'1P1G': 0.03,
'1P2G': 0.03,
'1P4G': 0.03,
'1P8G': 0.035,
'2G1N': 0.015,
'2G1N': 0.025,
'2G2N': 0.015,
'4G1N': 0.03,
'4G2N': 0.03,
'8G1N': 0.02,
'8G2N': 0.035
'8G1N': 0.03,
'8G2N': 0.05
}
STEP_TIME_MULT = {
"1G1N": 0.95,
Expand Down

0 comments on commit 5ff3458

Please sign in to comment.