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
906e05d8
Unverified
Commit
906e05d8
authored
Jul 05, 2025
by
Jee Jee Li
Committed by
GitHub
Jul 05, 2025
Browse files
[Misc] Remove the unused LoRA test code (#20494)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
ef9a2990
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
18 deletions
+1
-18
tests/lora/conftest.py
tests/lora/conftest.py
+0
-17
vllm/multimodal/utils.py
vllm/multimodal/utils.py
+1
-1
No files found.
tests/lora/conftest.py
View file @
906e05d8
...
...
@@ -249,23 +249,6 @@ def llama_2_7b_model_extra_embeddings(llama_2_7b_engine_extra_embeddings):
model_runner
.
model
)
@
pytest
.
fixture
(
params
=
[
True
,
False
])
def
run_with_both_engines_lora
(
request
,
monkeypatch
):
# Automatically runs tests twice, once with V1 and once without
use_v1
=
request
.
param
# Tests decorated with `@skip_v1` are only run without v1
skip_v1
=
request
.
node
.
get_closest_marker
(
"skip_v1"
)
if
use_v1
:
if
skip_v1
:
pytest
.
skip
(
"Skipping test on vllm V1"
)
monkeypatch
.
setenv
(
'VLLM_USE_V1'
,
'1'
)
else
:
monkeypatch
.
setenv
(
'VLLM_USE_V1'
,
'0'
)
yield
@
pytest
.
fixture
def
reset_default_device
():
"""
...
...
vllm/multimodal/utils.py
View file @
906e05d8
...
...
@@ -489,4 +489,4 @@ def fetch_video(
"video"
:
video_io_kwargs
}
media_connector
=
MediaConnector
(
media_io_kwargs
=
media_io_kwargs
)
return
media_connector
.
fetch_video
(
video_url
)
return
media_connector
.
fetch_video
(
video_url
)
\ No newline at end of file
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