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
zhaoyu6
sglang
Commits
a05bd83a
"vscode:/vscode.git/clone" did not exist on "0d0778b73a2e7e37b3f107d80d9607416a2e1169"
Unverified
Commit
a05bd83a
authored
May 08, 2025
by
fzyzcjy
Committed by
GitHub
May 08, 2025
Browse files
Change AMD test threshold (#6091)
parent
cef91b1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/srt/test_bench_serving.py
test/srt/test_bench_serving.py
+1
-1
No files found.
test/srt/test_bench_serving.py
View file @
a05bd83a
...
...
@@ -235,7 +235,7 @@ class TestBenchServing(CustomTestCase):
f
'accept_length:
{
res
[
"accept_length"
]:.
2
f
}
\n
'
)
if
os
.
getenv
(
"SGLANG_AMD_CI"
)
==
"1"
:
self
.
assertLess
(
res
[
"median_e2e_latency_ms"
],
1
45
0
)
self
.
assertLess
(
res
[
"median_e2e_latency_ms"
],
1
80
0
)
else
:
self
.
assertLess
(
res
[
"median_e2e_latency_ms"
],
900
)
self
.
assertGreater
(
res
[
"accept_length"
],
3.0
)
...
...
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