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
b116b21a
Unverified
Commit
b116b21a
authored
Jul 02, 2025
by
Hubert Lu
Committed by
GitHub
Jul 02, 2025
Browse files
[AMD] Temporarily disable test_no_overlap_scheduler and test_vision_chunked_prefill (#7717)
parent
88f484ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/srt/run_suite.py
test/srt/run_suite.py
+2
-2
No files found.
test/srt/run_suite.py
View file @
b116b21a
...
...
@@ -128,7 +128,7 @@ suites = {
TestFile
(
"test_input_embeddings.py"
,
38
),
TestFile
(
"test_metrics.py"
,
32
),
TestFile
(
"test_no_chunked_prefill.py"
,
108
),
TestFile
(
"test_no_overlap_scheduler.py"
,
234
),
#
TestFile("test_no_overlap_scheduler.py", 234),
# Disabled temporarily and track in #7703
TestFile
(
"test_penalty.py"
,
41
),
TestFile
(
"test_page_size.py"
,
60
),
TestFile
(
"test_pytorch_sampling_backend.py"
,
66
),
...
...
@@ -140,7 +140,7 @@ suites = {
TestFile
(
"test_triton_attention_backend.py"
,
150
),
TestFile
(
"test_update_weights_from_disk.py"
,
114
),
TestFile
(
"test_vertex_endpoint.py"
,
31
),
TestFile
(
"test_vision_chunked_prefill.py"
,
175
),
#
TestFile("test_vision_chunked_prefill.py", 175),
# Disabled temporarily and track in #7701
TestFile
(
"test_reasoning_parser.py"
,
5
),
],
"per-commit-2-gpu"
:
[
...
...
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