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
83805a60
Unverified
Commit
83805a60
authored
Nov 30, 2025
by
Huamin Li
Committed by
GitHub
Dec 01, 2025
Browse files
[CI] Skip paddleocr_vl for transformer 4.57.3 (#29758)
Signed-off-by:
Huamin Li
<
3ericli@gmail.com
>
parent
1ab8fc81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tests/models/multimodal/generation/test_common.py
tests/models/multimodal/generation/test_common.py
+6
-0
No files found.
tests/models/multimodal/generation/test_common.py
View file @
83805a60
...
@@ -708,6 +708,12 @@ VLM_TEST_SETTINGS = {
...
@@ -708,6 +708,12 @@ VLM_TEST_SETTINGS = {
max_num_seqs
=
2
,
max_num_seqs
=
2
,
auto_cls
=
AutoModelForCausalLM
,
auto_cls
=
AutoModelForCausalLM
,
image_size_factors
=
[(),
(
0.25
,)],
image_size_factors
=
[(),
(
0.25
,)],
marks
=
[
pytest
.
mark
.
skipif
(
Version
(
TRANSFORMERS_VERSION
)
==
Version
(
"4.57.3"
),
reason
=
"This model is broken in Transformers v4.57.3"
,
)
],
),
),
"phi3v"
:
VLMTestInfo
(
"phi3v"
:
VLMTestInfo
(
models
=
[
"microsoft/Phi-3.5-vision-instruct"
],
models
=
[
"microsoft/Phi-3.5-vision-instruct"
],
...
...
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