Skip to content

Commit 5c6c5bc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/multicard/test_data_parallel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
MODELS = ["Qwen/Qwen2.5-0.5B-Instruct"]
3131

3232

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

0 commit comments

Comments
 (0)