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
3025b3ce
Unverified
Commit
3025b3ce
authored
Feb 09, 2026
by
Andreas Karatzas
Committed by
GitHub
Feb 09, 2026
Browse files
[CI] Remove empty image_size_factors for fuyu, glm4_1v, glm_ocr (#34107)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
978a37c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/models/multimodal/generation/test_common.py
tests/models/multimodal/generation/test_common.py
+3
-3
No files found.
tests/models/multimodal/generation/test_common.py
View file @
3025b3ce
...
@@ -377,7 +377,7 @@ VLM_TEST_SETTINGS = {
...
@@ -377,7 +377,7 @@ VLM_TEST_SETTINGS = {
use_tokenizer_eos
=
True
,
use_tokenizer_eos
=
True
,
vllm_output_post_proc
=
model_utils
.
fuyu_vllm_to_hf_output
,
vllm_output_post_proc
=
model_utils
.
fuyu_vllm_to_hf_output
,
num_logprobs
=
10
,
num_logprobs
=
10
,
image_size_factors
=
[
(),
(
0.25
,),
(
0.25
,
0.25
,
0.25
),
(
0.25
,
0.2
,
0.15
)],
image_size_factors
=
[(
0.25
,),
(
0.25
,
0.25
,
0.25
),
(
0.25
,
0.2
,
0.15
)],
marks
=
[
large_gpu_mark
(
min_gb
=
32
)],
marks
=
[
large_gpu_mark
(
min_gb
=
32
)],
),
),
"gemma3"
:
VLMTestInfo
(
"gemma3"
:
VLMTestInfo
(
...
@@ -437,7 +437,7 @@ VLM_TEST_SETTINGS = {
...
@@ -437,7 +437,7 @@ VLM_TEST_SETTINGS = {
max_num_seqs
=
2
,
max_num_seqs
=
2
,
get_stop_token_ids
=
lambda
tok
:
[
151329
,
151336
,
151338
],
get_stop_token_ids
=
lambda
tok
:
[
151329
,
151336
,
151338
],
num_logprobs
=
10
,
num_logprobs
=
10
,
image_size_factors
=
[
(),
(
0.25
,),
(
0.25
,
0.25
,
0.25
),
(
0.25
,
0.2
,
0.15
)],
image_size_factors
=
[(
0.25
,),
(
0.25
,
0.25
,
0.25
),
(
0.25
,
0.2
,
0.15
)],
auto_cls
=
AutoModelForImageTextToText
,
auto_cls
=
AutoModelForImageTextToText
,
marks
=
[
large_gpu_mark
(
min_gb
=
32
)],
marks
=
[
large_gpu_mark
(
min_gb
=
32
)],
),
),
...
@@ -468,7 +468,7 @@ VLM_TEST_SETTINGS = {
...
@@ -468,7 +468,7 @@ VLM_TEST_SETTINGS = {
max_num_seqs
=
2
,
max_num_seqs
=
2
,
get_stop_token_ids
=
lambda
tok
:
[
151329
,
151336
,
151338
],
get_stop_token_ids
=
lambda
tok
:
[
151329
,
151336
,
151338
],
num_logprobs
=
10
,
num_logprobs
=
10
,
image_size_factors
=
[
(),
(
0.25
,),
(
0.25
,
0.25
,
0.25
),
(
0.25
,
0.2
,
0.15
)],
image_size_factors
=
[(
0.25
,),
(
0.25
,
0.25
,
0.25
),
(
0.25
,
0.2
,
0.15
)],
auto_cls
=
AutoModelForImageTextToText
,
auto_cls
=
AutoModelForImageTextToText
,
marks
=
[
large_gpu_mark
(
min_gb
=
32
)],
marks
=
[
large_gpu_mark
(
min_gb
=
32
)],
),
),
...
...
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