From 3ac849665d91c78c058be380aef12a077ab03cad Mon Sep 17 00:00:00 2001 From: Isotr0py Date: Fri, 22 Aug 2025 11:39:46 +0800 Subject: [PATCH] [CI/Build] Skip Idefics3 and SmolVLM generation test again (#23356) Signed-off-by: Isotr0py --- tests/models/registry.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/models/registry.py b/tests/models/registry.py index a6d5c305f799..4871ade23104 100644 --- a/tests/models/registry.py +++ b/tests/models/registry.py @@ -413,8 +413,8 @@ _MULTIMODAL_EXAMPLE_MODELS = { trust_remote_code=True), "Idefics3ForConditionalGeneration": _HfExamplesInfo("HuggingFaceM4/Idefics3-8B-Llama3", # noqa: E501 {"tiny": "HuggingFaceTB/SmolVLM-256M-Instruct"}, # noqa: E501 - min_transformers_version="4.55.1", - transformers_version_reason="HF model broken in 4.55.0"), # noqa: E501 + min_transformers_version="4.56", + transformers_version_reason="HF model broken in 4.55"), # noqa: E501 "InternS1ForConditionalGeneration": _HfExamplesInfo("internlm/Intern-S1", trust_remote_code=True), # noqa: E501 "InternVLChatModel": _HfExamplesInfo("OpenGVLab/InternVL2-1B", @@ -496,8 +496,8 @@ _MULTIMODAL_EXAMPLE_MODELS = { "SkyworkR1VChatModel": _HfExamplesInfo("Skywork/Skywork-R1V-38B", trust_remote_code=True), "SmolVLMForConditionalGeneration": _HfExamplesInfo("HuggingFaceTB/SmolVLM2-2.2B-Instruct", # noqa: E501 - min_transformers_version="4.55.1", - transformers_version_reason="HF model broken in 4.55.0"), # noqa: E501 + min_transformers_version="4.56", + transformers_version_reason="HF model broken in 4.55"), # noqa: E501 "Step3VLForConditionalGeneration": _HfExamplesInfo("stepfun-ai/step3", trust_remote_code=True), "UltravoxModel": _HfExamplesInfo("fixie-ai/ultravox-v0_5-llama-3_2-1b", # noqa: E501