Skip to content

Commit 3cab5de

Browse files
Isotr0pyJuhyun Lee
authored andcommitted
[CI/Build] Skip Idefics3 and SmolVLM generation test again (vllm-project#23356)
Signed-off-by: Isotr0py <[email protected]>
1 parent d969846 commit 3cab5de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/models/registry.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ def check_available_online(
413413
trust_remote_code=True),
414414
"Idefics3ForConditionalGeneration": _HfExamplesInfo("HuggingFaceM4/Idefics3-8B-Llama3", # noqa: E501
415415
{"tiny": "HuggingFaceTB/SmolVLM-256M-Instruct"}, # noqa: E501
416-
min_transformers_version="4.55.1",
417-
transformers_version_reason="HF model broken in 4.55.0"), # noqa: E501
416+
min_transformers_version="4.56",
417+
transformers_version_reason="HF model broken in 4.55"), # noqa: E501
418418
"InternS1ForConditionalGeneration": _HfExamplesInfo("internlm/Intern-S1",
419419
trust_remote_code=True), # noqa: E501
420420
"InternVLChatModel": _HfExamplesInfo("OpenGVLab/InternVL2-1B",
@@ -496,8 +496,8 @@ def check_available_online(
496496
"SkyworkR1VChatModel": _HfExamplesInfo("Skywork/Skywork-R1V-38B",
497497
trust_remote_code=True),
498498
"SmolVLMForConditionalGeneration": _HfExamplesInfo("HuggingFaceTB/SmolVLM2-2.2B-Instruct", # noqa: E501
499-
min_transformers_version="4.55.1",
500-
transformers_version_reason="HF model broken in 4.55.0"), # noqa: E501
499+
min_transformers_version="4.56",
500+
transformers_version_reason="HF model broken in 4.55"), # noqa: E501
501501
"Step3VLForConditionalGeneration": _HfExamplesInfo("stepfun-ai/step3",
502502
trust_remote_code=True),
503503
"UltravoxModel": _HfExamplesInfo("fixie-ai/ultravox-v0_5-llama-3_2-1b", # noqa: E501

0 commit comments

Comments
 (0)