Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
6fb57683
"vscode:/vscode.git/clone" did not exist on "a6452b7188daa0259f08a6749c9b2525f618a4d3"
Unverified
Commit
6fb57683
authored
Jan 07, 2025
by
Lianmin Zheng
Committed by
GitHub
Jan 07, 2025
Browse files
Disable math eval on nightly CI temporarily (#2779)
parent
51caee74
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/srt/run_suite.py
test/srt/run_suite.py
+2
-1
No files found.
test/srt/run_suite.py
View file @
6fb57683
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment