Skip to content

Commit 988ab44

Browse files
committed
reopen deepseek test on v1
Signed-off-by: MengqingCao <[email protected]>
1 parent ea1749a commit 988ab44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/multicard/test_offline_inference_distributed.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"""
2323
import os
2424

25-
import pytest
2625
import vllm # noqa: F401
2726

2827
from tests.conftest import VllmRunner
@@ -47,7 +46,6 @@ def test_models_distributed_QwQ():
4746
vllm_model.generate_greedy(example_prompts, max_tokens)
4847

4948

50-
@pytest.mark.skipif(True, reason="wait for mla issue fixed on v1")
5149
def test_models_distributed_DeepSeek():
5250
example_prompts = [
5351
"vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs.",

0 commit comments

Comments
 (0)