[feat]: Add math eval to CI nightly run (#2663)

Co-authored-by: Chayenne <zhaochen20@outlook.com>
This commit is contained in:
Xiaotong Jiang
2025-01-01 15:29:35 -08:00
committed by GitHub
parent 062c48d2bd
commit a4d6d6f1dd
4 changed files with 64 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ suites = {
"nightly": [
"test_nightly_gsm8k_eval.py",
"test_nightly_human_eval.py",
"test_nightly_math_eval.py",
],
"sampling/penaltylib": glob.glob(
"sampling/penaltylib/**/test_*.py", recursive=True