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 625a8be commit 5c6c5bcCopy full SHA for 5c6c5bc
tests/multicard/test_data_parallel.py
@@ -30,8 +30,8 @@
30
MODELS = ["Qwen/Qwen2.5-0.5B-Instruct"]
31
32
33
-@pytest.mark.skipif(vllm_version_is("0.9.0"),
34
- reason="Data parallel only support on >= 0.9.1")
+@pytest.mark.skipif(True,
+ reason="OPEN ME when dp is supported on A2")
35
@pytest.mark.skipif(os.getenv("VLLM_USE_V1") == "0",
36
reason="Data parallel only support on v1")
37
@pytest.mark.parametrize("model", MODELS)
0 commit comments