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
bc2ae5a3
Unverified
Commit
bc2ae5a3
authored
Apr 24, 2026
by
Angela Yi
Committed by
GitHub
Apr 25, 2026
Browse files
[Test] Increase qwen2_vl num_logprobs to fix torch 2.12 update (#40818)
Signed-off-by:
Angela Yi
<
angelayi@meta.com
>
parent
a474da28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/models/multimodal/generation/test_common.py
tests/models/multimodal/generation/test_common.py
+1
-0
No files found.
tests/models/multimodal/generation/test_common.py
View file @
bc2ae5a3
...
...
@@ -921,6 +921,7 @@ VLM_TEST_SETTINGS = {
multi_image_prompt
=
"Picture 1: <vlm_image>
\n
Picture 2: <vlm_image>
\n
Describe these two images with one paragraph respectively."
,
# noqa: E501
max_model_len
=
4096
,
max_num_seqs
=
2
,
num_logprobs
=
10
,
auto_cls
=
AutoModelForImageTextToText
,
vllm_output_post_proc
=
model_utils
.
qwen2_vllm_to_hf_output
,
image_size_factors
=
[(
0.25
,),
(
0.25
,
0.25
,
0.25
),
(
0.25
,
0.2
,
0.15
)],
...
...
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