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
c7d2a554
Unverified
Commit
c7d2a554
authored
Oct 30, 2025
by
Huamin Li
Committed by
GitHub
Oct 30, 2025
Browse files
[CI Failure] fix test_default_mm_loras (#27795)
Signed-off-by:
Huamin Li
<
3ericli@gmail.com
>
parent
af826e08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/lora/test_default_mm_loras.py
tests/lora/test_default_mm_loras.py
+2
-1
No files found.
tests/lora/test_default_mm_loras.py
View file @
c7d2a554
...
@@ -30,7 +30,8 @@ VLLM_RUNNER_BASE_KWARGS = {
...
@@ -30,7 +30,8 @@ VLLM_RUNNER_BASE_KWARGS = {
"enable_lora"
:
"True"
,
"enable_lora"
:
"True"
,
"max_num_seqs"
:
2
,
"max_num_seqs"
:
2
,
"max_lora_rank"
:
320
,
"max_lora_rank"
:
320
,
"max_model_len"
:
12800
,
# Keep these LoRA tests on short-RoPE for determinism post-LongRoPE change.
"max_model_len"
:
4096
,
"gpu_memory_utilization"
:
0.8
,
"gpu_memory_utilization"
:
0.8
,
"limit_mm_per_prompt"
:
{
"audio"
:
1
},
"limit_mm_per_prompt"
:
{
"audio"
:
1
},
"enforce_eager"
:
True
,
"enforce_eager"
:
True
,
...
...
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