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 4b6aa2f commit 38eb2e9Copy full SHA for 38eb2e9
tests/e2e/multicard/test_qwen3_next.py
@@ -24,6 +24,7 @@
24
import os
25
from unittest.mock import patch
26
27
+import pytest
28
from modelscope import snapshot_download # type: ignore
29
30
from tests.e2e.conftest import VllmRunner
@@ -63,6 +64,8 @@ def test_models_distributed_Qwen3_NEXT_TP4_FULL_DECODE_ONLY():
63
64
del vllm_model
65
66
67
+@pytest.mark.skip(
68
+ reason="Qwen3-Next + MTP doesn't work with chunked prefill. Fix Me")
69
def test_models_distributed_Qwen3_NEXT_MTP_TP4_SIMILARITY():
70
example_prompts = [
71
"Hello, my name is",
0 commit comments