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
aae5434b
"vscode:/vscode.git/clone" did not exist on "c0fb25e9493927cfdf09f49fbe2638584600aae3"
Unverified
Commit
aae5434b
authored
Nov 14, 2024
by
Lianmin Zheng
Committed by
GitHub
Nov 14, 2024
Browse files
Fix unit tests (#2034)
parent
c3eac1b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
python/sglang/test/test_utils.py
python/sglang/test/test_utils.py
+1
-2
No files found.
python/sglang/test/test_utils.py
View file @
aae5434b
...
...
@@ -740,8 +740,7 @@ def run_mmlu_test(
try
:
metrics
=
run_eval
(
args
)
print
(
f
"
{
metrics
=
}
"
)
self
.
assertGreaterEqual
(
metrics
[
"score"
],
0.65
)
assert
metrics
[
"score"
]
>=
0.65
,
f
"
{
metrics
=
}
"
finally
:
pass
...
...
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