Skip to content

Commit

Permalink
add flashinfer to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SolitaryThinker committed Sep 10, 2024
1 parent bdb6473 commit 747a739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/multi_step/test_correctness_async_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@pytest.mark.parametrize("num_scheduler_steps", NUM_SCHEDULER_STEPS)
@pytest.mark.parametrize("num_prompts", NUM_PROMPTS)
@pytest.mark.parametrize("num_logprobs", [None])
@pytest.mark.parametrize("is_async", [False, True])
@pytest.mark.parametrize("is_async", [True])
@pytest.mark.parametrize("attention_backend", ["FLASHINFER", "FLASH_ATTN"])
@pytest.mark.asyncio
async def test_multi_step(
Expand Down

0 comments on commit 747a739

Please sign in to comment.