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
7b35011a
Unverified
Commit
7b35011a
authored
Dec 08, 2025
by
Yanan Cao
Committed by
GitHub
Dec 09, 2025
Browse files
Mark qwen2_5_vl as xfail (#30283)
Signed-off-by:
Yanan Cao
<
gmagogsfm@gmail.com
>
parent
ae339b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/compile/fullgraph/test_multimodal_compile.py
tests/compile/fullgraph/test_multimodal_compile.py
+1
-0
No files found.
tests/compile/fullgraph/test_multimodal_compile.py
View file @
7b35011a
...
...
@@ -17,6 +17,7 @@ def test_compile():
# forked needed to workaround https://github.com/vllm-project/vllm/issues/21073
@
pytest
.
mark
.
forked
@
pytest
.
mark
.
skipif
(
not
current_platform
.
is_cuda
(),
reason
=
"Skip if not cuda"
)
@
pytest
.
mark
.
xfail
def
test_qwen2_5_vl_compilation
(
vllm_runner
,
monkeypatch
):
"""Test that Qwen2.5-VL vision submodules are compiled.
...
...
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