Skip to content

Commit b45f0ab

Browse files
committed
skip dp ut as not support on A2
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 625a8be commit b45f0ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/multicard/test_data_parallel.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@
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
2928

3029
MODELS = ["Qwen/Qwen2.5-0.5B-Instruct"]
3130

3231

33-
@pytest.mark.skipif(vllm_version_is("0.9.0"),
34-
reason="Data parallel only support on >= 0.9.1")
32+
@pytest.mark.skipif(True, reason="OPEN ME when dp is supported on A2")
3533
@pytest.mark.skipif(os.getenv("VLLM_USE_V1") == "0",
3634
reason="Data parallel only support on v1")
3735
@pytest.mark.parametrize("model", MODELS)

0 commit comments

Comments
 (0)