From 69b5746cbf5a1b6a8aa1fd8dae38dc75c5a8435b Mon Sep 17 00:00:00 2001 From: Maanu Grover Date: Mon, 9 Oct 2023 23:51:58 -0700 Subject: [PATCH] update rtols --- .github/workflows/baselines/test_t5x_mgmn_metrics.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/baselines/test_t5x_mgmn_metrics.py b/.github/workflows/baselines/test_t5x_mgmn_metrics.py index d280e3ad7..3639ee85f 100644 --- a/.github/workflows/baselines/test_t5x_mgmn_metrics.py +++ b/.github/workflows/baselines/test_t5x_mgmn_metrics.py @@ -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,