Skip to content

Commit cc82cf1

Browse files
committed
fix pytest mark
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent f799f43 commit cc82cf1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_offline_inference.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ def test_models(
5757
vllm_model.generate_greedy(example_prompts, max_tokens)
5858

5959

60-
pytest.mark.multi
61-
62-
60+
pytest.mark.multinpu
6361
@pytest.mark.parametrize("model, distributed_executor_backend", [
6462
("Qwen/QwQ-32B", "mp"),
6563
])

0 commit comments

Comments
 (0)