Skip to content

Commit

Permalink
[CI] Turn on basic correctness tests for V1 (vllm-project#10864)
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Reiss <[email protected]>
  • Loading branch information
tlrmchlsmth authored and frreiss committed Jan 10, 2025
1 parent 4724d9b commit 66a9051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/basic_correctness/test_basic_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def test_vllm_gc_ed():
assert weak_llm() is None


@pytest.mark.skip_v1
@pytest.mark.parametrize("model", MODELS)
@pytest.mark.parametrize("backend", ["FLASH_ATTN", "XFORMERS", "FLASHINFER"])
@pytest.mark.parametrize("dtype", ["half"])
Expand Down

0 comments on commit 66a9051

Please sign in to comment.