Skip to content

Commit 2c8ee3d

Browse files
committed
Format and reduce tests.
1 parent b10eb95 commit 2c8ee3d

File tree

3 files changed

+273
-418
lines changed

3 files changed

+273
-418
lines changed

tests/multi_step/test_correctness_llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ def test_multi_step_llm(
116116
@pytest.mark.parametrize("dtype", ["half"])
117117
@pytest.mark.parametrize("tp_size", [1])
118118
@pytest.mark.parametrize("max_tokens", [5])
119-
@pytest.mark.parametrize("enforce_eager", [True, False])
119+
@pytest.mark.parametrize("enforce_eager", [True])
120120
@pytest.mark.parametrize("num_scheduler_steps", NUM_SCHEDULER_STEPS)
121121
@pytest.mark.parametrize("num_prompts", NUM_PROMPTS)
122122
@pytest.mark.parametrize("num_logprobs,num_prompt_logprobs", [(5, 5)])
123-
@pytest.mark.parametrize("attention_backend", ["FLASH_ATTN", "FLASHINFER"])
123+
@pytest.mark.parametrize("attention_backend", ["FLASH_ATTN"])
124124
def test_multi_step_llm_w_prompt_logprobs(
125125
vllm_runner,
126126
example_prompts,

0 commit comments

Comments
 (0)