Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3a4d4177
Unverified
Commit
3a4d4177
authored
Jun 09, 2025
by
Richard Zou
Committed by
GitHub
Jun 09, 2025
Browse files
[Misc] Cleanup compilation tests (#19343)
Signed-off-by:
rzou
<
zou3519@gmail.com
>
parent
8335667c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
tests/compile/test_config.py
tests/compile/test_config.py
+0
-9
No files found.
tests/compile/test_config.py
View file @
3a4d4177
...
...
@@ -11,15 +11,6 @@ from vllm.config import (CompilationConfig, CompilationLevel, VllmConfig,
from
.piecewise.test_simple
import
SillyModel
@
pytest
.
fixture
(
scope
=
"function"
,
autouse
=
True
)
def
use_v1
(
monkeypatch
):
"""
TODO(rzou): The rest of tests/compile runs VLLM_USE_V1=0 right now,
I'll switch them over later.
"""
monkeypatch
.
setenv
(
'VLLM_USE_V1'
,
'1'
)
@
pytest
.
mark
.
parametrize
(
"enabled"
,
[
True
,
False
])
def
test_use_cudagraphs
(
enabled
):
assert
vllm
.
envs
.
VLLM_USE_V1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment