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
b0f4866a
Unverified
Commit
b0f4866a
authored
Dec 07, 2025
by
Jee Jee Li
Committed by
GitHub
Dec 07, 2025
Browse files
[CI/Build]Temporary workaround for test_default_mm_loras timeout (#30202)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
879ddb09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tests/lora/test_default_mm_loras.py
tests/lora/test_default_mm_loras.py
+6
-0
No files found.
tests/lora/test_default_mm_loras.py
View file @
b0f4866a
...
@@ -13,6 +13,7 @@ from huggingface_hub import snapshot_download
...
@@ -13,6 +13,7 @@ from huggingface_hub import snapshot_download
from
vllm.lora.request
import
LoRARequest
from
vllm.lora.request
import
LoRARequest
from
..conftest
import
AudioTestAssets
,
VllmRunner
from
..conftest
import
AudioTestAssets
,
VllmRunner
from
..utils
import
create_new_process_for_each_test
MODEL_PATH
=
snapshot_download
(
"microsoft/Phi-4-multimodal-instruct"
)
MODEL_PATH
=
snapshot_download
(
"microsoft/Phi-4-multimodal-instruct"
)
AUDIO_LORA_PATH
=
os
.
path
.
join
(
MODEL_PATH
,
"speech-lora"
)
AUDIO_LORA_PATH
=
os
.
path
.
join
(
MODEL_PATH
,
"speech-lora"
)
...
@@ -60,6 +61,7 @@ def run_test(vllm_runner, audio_assets, lora_request, expected_suffix, **kwargs)
...
@@ -60,6 +61,7 @@ def run_test(vllm_runner, audio_assets, lora_request, expected_suffix, **kwargs)
assert
vllm_outputs_with_default_lora
[
-
1
][
-
1
][
-
1
].
endswith
(
expected_suffix
)
assert
vllm_outputs_with_default_lora
[
-
1
][
-
1
][
-
1
].
endswith
(
expected_suffix
)
@
create_new_process_for_each_test
()
def
test_active_default_mm_lora
(
def
test_active_default_mm_lora
(
vllm_runner
:
type
[
VllmRunner
],
vllm_runner
:
type
[
VllmRunner
],
audio_assets
:
AudioTestAssets
,
audio_assets
:
AudioTestAssets
,
...
@@ -74,6 +76,7 @@ def test_active_default_mm_lora(
...
@@ -74,6 +76,7 @@ def test_active_default_mm_lora(
)
)
@
create_new_process_for_each_test
()
def
test_inactive_default_mm_lora
(
def
test_inactive_default_mm_lora
(
vllm_runner
:
type
[
VllmRunner
],
vllm_runner
:
type
[
VllmRunner
],
audio_assets
:
AudioTestAssets
,
audio_assets
:
AudioTestAssets
,
...
@@ -89,6 +92,7 @@ def test_inactive_default_mm_lora(
...
@@ -89,6 +92,7 @@ def test_inactive_default_mm_lora(
)
)
@
create_new_process_for_each_test
()
def
test_default_mm_lora_succeeds_with_redundant_lora_request
(
def
test_default_mm_lora_succeeds_with_redundant_lora_request
(
vllm_runner
:
type
[
VllmRunner
],
vllm_runner
:
type
[
VllmRunner
],
audio_assets
:
AudioTestAssets
,
audio_assets
:
AudioTestAssets
,
...
@@ -103,6 +107,7 @@ def test_default_mm_lora_succeeds_with_redundant_lora_request(
...
@@ -103,6 +107,7 @@ def test_default_mm_lora_succeeds_with_redundant_lora_request(
)
)
@
create_new_process_for_each_test
()
def
test_default_mm_lora_fails_with_overridden_lora_request
(
def
test_default_mm_lora_fails_with_overridden_lora_request
(
vllm_runner
:
type
[
VllmRunner
],
vllm_runner
:
type
[
VllmRunner
],
audio_assets
:
AudioTestAssets
,
audio_assets
:
AudioTestAssets
,
...
@@ -118,6 +123,7 @@ def test_default_mm_lora_fails_with_overridden_lora_request(
...
@@ -118,6 +123,7 @@ def test_default_mm_lora_fails_with_overridden_lora_request(
)
)
@
create_new_process_for_each_test
()
def
test_default_mm_lora_does_not_expand_string_reqs
(
vllm_runner
):
def
test_default_mm_lora_does_not_expand_string_reqs
(
vllm_runner
):
class
MockEngineException
(
Exception
):
class
MockEngineException
(
Exception
):
pass
pass
...
...
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