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
b34129bf
Unverified
Commit
b34129bf
authored
Nov 21, 2025
by
WeiQing Chen
Committed by
GitHub
Nov 21, 2025
Browse files
[Misc] remove useless v1 env (#29164)
Signed-off-by:
David Chen
<
530634352@qq.com
>
parent
4d7231e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
tests/v1/e2e/test_lora_with_spec_decode.py
tests/v1/e2e/test_lora_with_spec_decode.py
+0
-2
No files found.
tests/v1/e2e/test_lora_with_spec_decode.py
View file @
b34129bf
...
...
@@ -61,8 +61,6 @@ def test_batch_inference_correctness(
model_setup: (method, model_name, spec_model_name, lora_path, tp_size)
"""
with
monkeypatch
.
context
()
as
m
:
m
.
setenv
(
"VLLM_USE_V1"
,
"1"
)
# Disable randomness
m
.
setenv
(
"CUBLAS_WORKSPACE_CONFIG"
,
":4096:8"
)
torch
.
manual_seed
(
SEED
)
...
...
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