Disable math eval on nightly CI temporarily (#2779)

This commit is contained in:
Lianmin Zheng
2025-01-07 18:17:34 -08:00
committed by GitHub
parent 51caee740f
commit 6fb5768372

View File

@@ -50,7 +50,8 @@ suites = {
"nightly": [
"test_nightly_gsm8k_eval.py",
"test_nightly_human_eval.py",
"test_nightly_math_eval.py",
# Disable temporarly
# "test_nightly_math_eval.py",
],
"sampling/penaltylib": glob.glob(
"sampling/penaltylib/**/test_*.py", recursive=True