Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
7967e854
Unverified
Commit
7967e854
authored
Feb 17, 2026
by
Richard Zou
Committed by
GitHub
Feb 17, 2026
Browse files
[BugFix] Fix sp tests (#34716)
Signed-off-by:
Richard Zou
<
zou3519@gmail.com
>
parent
6bd6d0c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/compile/correctness_e2e/test_sequence_parallel.py
tests/compile/correctness_e2e/test_sequence_parallel.py
+1
-1
No files found.
tests/compile/correctness_e2e/test_sequence_parallel.py
View file @
7967e854
...
@@ -229,7 +229,7 @@ def _compare_sp(
...
@@ -229,7 +229,7 @@ def _compare_sp(
if
chunked_prefill
:
if
chunked_prefill
:
common_args
.
append
(
"--enable-chunked-prefill"
)
common_args
.
append
(
"--enable-chunked-prefill"
)
if
eager_mode
:
if
eager_mode
:
common_args
.
append
(
"-
-enforce-eager
"
)
common_args
.
append
(
"-
cc.cudagraph_mode=none
"
)
if
runner
!=
"auto"
:
if
runner
!=
"auto"
:
common_args
.
extend
([
"--runner"
,
runner
])
common_args
.
extend
([
"--runner"
,
runner
])
if
trust_remote_code
:
if
trust_remote_code
:
...
...
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