We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7203117 commit 62dd958Copy full SHA for 62dd958
test/srt/test_nightly_gsm8k_eval.py
@@ -128,7 +128,8 @@ def check_model_scores(results):
128
raise AssertionError("\n".join(failed_models))
129
130
131
-class TestNightlyGsm8KEval(CustomTestCase):
+# Do not use `CustomTestCase` since `test_mgsm_en_all_models` does not want retry
132
+class TestNightlyGsm8KEval(unittest.TestCase):
133
@classmethod
134
def setUpClass(cls):
135
cls.model_groups = [
0 commit comments