We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae339b1 commit 7b35011Copy full SHA for 7b35011
tests/compile/fullgraph/test_multimodal_compile.py
@@ -17,6 +17,7 @@ def test_compile():
17
# forked needed to workaround https://github.com/vllm-project/vllm/issues/21073
18
@pytest.mark.forked
19
@pytest.mark.skipif(not current_platform.is_cuda(), reason="Skip if not cuda")
20
+@pytest.mark.xfail
21
def test_qwen2_5_vl_compilation(vllm_runner, monkeypatch):
22
"""Test that Qwen2.5-VL vision submodules are compiled.
23
0 commit comments