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 8335667 commit 3a4d417Copy full SHA for 3a4d417
tests/compile/test_config.py
@@ -11,15 +11,6 @@
11
from .piecewise.test_simple import SillyModel
12
13
14
-@pytest.fixture(scope="function", autouse=True)
15
-def use_v1(monkeypatch):
16
- """
17
- TODO(rzou): The rest of tests/compile runs VLLM_USE_V1=0 right now,
18
- I'll switch them over later.
19
20
- monkeypatch.setenv('VLLM_USE_V1', '1')
21
-
22
23
@pytest.mark.parametrize("enabled", [True, False])
24
def test_use_cudagraphs(enabled):
25
assert vllm.envs.VLLM_USE_V1
0 commit comments