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
  • Loading branch information
tlrmchlsmth authored Jan 9, 2025
1 parent 3db0caf commit 615e4a5
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 615e4a5

Please sign in to comment.