Skip to content

Commit 83805a6

Browse files
authored
[CI] Skip paddleocr_vl for transformer 4.57.3 (#29758)
Signed-off-by: Huamin Li <[email protected]>
1 parent 1ab8fc8 commit 83805a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/models/multimodal/generation/test_common.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,12 @@
708708
max_num_seqs=2,
709709
auto_cls=AutoModelForCausalLM,
710710
image_size_factors=[(), (0.25,)],
711+
marks=[
712+
pytest.mark.skipif(
713+
Version(TRANSFORMERS_VERSION) == Version("4.57.3"),
714+
reason="This model is broken in Transformers v4.57.3",
715+
)
716+
],
711717
),
712718
"phi3v": VLMTestInfo(
713719
models=["microsoft/Phi-3.5-vision-instruct"],

0 commit comments

Comments
 (0)