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 9987b10 commit 69b5746
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/baselines/test_t5x_mgmn_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

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

0 comments on commit 69b5746

Please sign in to comment.