mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 15:25:28 +08:00
[CI] Skip paddleocr_vl for transformer 4.57.3 (#29758)
Signed-off-by: Huamin Li <3ericli@gmail.com>
This commit is contained in:
parent
1ab8fc8197
commit
83805a6078
@ -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"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user