Skip to content

Commit b133d45

Browse files
committed
skip 0.9.0 ut
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 1a4db6e commit b133d45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/multicard/test_data_parallel.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@
2525

2626
from tests.conftest import VllmRunner
2727
from tests.model_utils import check_outputs_equal
28+
from vllm_ascend.utils import vllm_version_is
2829

2930
MODELS = ["Qwen/Qwen2.5-0.5B-Instruct"]
3031

3132

33+
@pytest.mark.skipif(vllm_version_is("0.9.0"),
34+
reason="Data parallel only support on >= 0.9.1")
3235
@pytest.mark.skipif(os.getenv("VLLM_USE_V1") == "0",
3336
reason="Data parallel only support on v1")
3437
@pytest.mark.parametrize("model", MODELS)

0 commit comments

Comments
 (0)