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
a8c10aee
"docs/source/models.decoder.rst" did not exist on "21c1ab7ec3147b345a0cb55ce36237fdd619cc31"
Unverified
Commit
a8c10aee
authored
Jun 28, 2025
by
Yineng Zhang
Committed by
GitHub
Jun 28, 2025
Browse files
fix unit tests (#7618)
parent
eb429b88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test/srt/run_suite.py
test/srt/run_suite.py
+1
-1
test/srt/test_bench_serving.py
test/srt/test_bench_serving.py
+1
-1
No files found.
test/srt/run_suite.py
View file @
a8c10aee
...
@@ -146,7 +146,6 @@ suites = {
...
@@ -146,7 +146,6 @@ suites = {
TestFile
(
"test_data_parallelism.py"
,
73
),
TestFile
(
"test_data_parallelism.py"
,
73
),
TestFile
(
"test_dp_attention.py"
,
137
),
TestFile
(
"test_dp_attention.py"
,
137
),
TestFile
(
"test_mla_tp.py"
,
170
),
TestFile
(
"test_mla_tp.py"
,
170
),
TestFile
(
"test_moe_ep.py"
,
181
),
TestFile
(
"test_patch_torch.py"
,
19
),
TestFile
(
"test_patch_torch.py"
,
19
),
TestFile
(
"test_update_weights_from_distributed.py"
,
103
),
TestFile
(
"test_update_weights_from_distributed.py"
,
103
),
TestFile
(
"test_release_memory_occupation.py"
,
44
),
TestFile
(
"test_release_memory_occupation.py"
,
44
),
...
@@ -175,6 +174,7 @@ suites = {
...
@@ -175,6 +174,7 @@ suites = {
TestFile
(
"test_disaggregation.py"
,
270
),
TestFile
(
"test_disaggregation.py"
,
270
),
TestFile
(
"test_disaggregation_different_tp.py"
,
155
),
TestFile
(
"test_disaggregation_different_tp.py"
,
155
),
TestFile
(
"test_full_deepseek_v3.py"
,
463
),
TestFile
(
"test_full_deepseek_v3.py"
,
463
),
TestFile
(
"test_moe_ep.py"
,
181
),
],
],
"per-commit-8-gpu-amd"
:
[
"per-commit-8-gpu-amd"
:
[
TestFile
(
"test_full_deepseek_v3.py"
,
250
),
TestFile
(
"test_full_deepseek_v3.py"
,
250
),
...
...
test/srt/test_bench_serving.py
View file @
a8c10aee
...
@@ -194,7 +194,7 @@ class TestBenchServing(CustomTestCase):
...
@@ -194,7 +194,7 @@ class TestBenchServing(CustomTestCase):
self
.
assertLess
(
res
[
"median_ttft_ms"
],
150
)
self
.
assertLess
(
res
[
"median_ttft_ms"
],
150
)
# TODO: not set yet, need AMD machine
# TODO: not set yet, need AMD machine
else
:
else
:
self
.
assertLess
(
res
[
"median_ttft_ms"
],
98
)
self
.
assertLess
(
res
[
"median_ttft_ms"
],
100
)
self
.
assertLess
(
res
[
"median_itl_ms"
],
8
)
self
.
assertLess
(
res
[
"median_itl_ms"
],
8
)
def
test_online_latency_eagle
(
self
):
def
test_online_latency_eagle
(
self
):
...
...
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