Unverified Commit 6fb57683 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Disable math eval on nightly CI temporarily (#2779)

parent 51caee74
...@@ -50,7 +50,8 @@ suites = { ...@@ -50,7 +50,8 @@ suites = {
"nightly": [ "nightly": [
"test_nightly_gsm8k_eval.py", "test_nightly_gsm8k_eval.py",
"test_nightly_human_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": glob.glob(
"sampling/penaltylib/**/test_*.py", recursive=True "sampling/penaltylib/**/test_*.py", recursive=True
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment