[CI] Turn on basic correctness tests for V1 (#10864)

This commit is contained in:
Tyler Michael Smith 2025-01-08 21:20:44 -05:00 committed by GitHub
parent 3db0cafdf1
commit 615e4a5401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"])