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
28b4d8e1
Unverified
Commit
28b4d8e1
authored
Sep 24, 2024
by
Lianmin Zheng
Committed by
GitHub
Sep 24, 2024
Browse files
Update test_srt_backend.py (#1502)
parent
bc068e96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/lang/test_srt_backend.py
test/lang/test_srt_backend.py
+1
-1
No files found.
test/lang/test_srt_backend.py
View file @
28b4d8e1
...
...
@@ -67,7 +67,7 @@ class TestSRTBackend(unittest.TestCase):
# Run twice to capture more bugs
for
_
in
range
(
2
):
accuracy
,
latency
=
test_hellaswag_select
()
assert
accuracy
>
0.71
assert
accuracy
>
0.71
,
f
"
{
accuracy
=
}
"
if
__name__
==
"__main__"
:
...
...
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