We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2db43e commit b511d52Copy full SHA for b511d52
tests/basic_correctness/test_basic_correctness.py
@@ -44,7 +44,6 @@ def test_vllm_gc_ed():
44
assert weak_llm() is None
45
46
47
-@pytest.mark.skip_v1
48
@pytest.mark.parametrize("model", MODELS)
49
@pytest.mark.parametrize("backend", ["FLASH_ATTN", "XFORMERS", "FLASHINFER"])
50
@pytest.mark.parametrize("dtype", ["half"])
0 commit comments