[CI] enable idefics3 and fuyu-8b test in multimodal test#23790
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request enables the idefics3-transformers test case in the multimodal test suite. This test was previously disabled pending a fix in the transformers library, which, as noted in the description, has now been released. The change is a straightforward uncommenting of the test configuration, which appears correct. This is a good contribution to improving test coverage.
DarkLight1337
approved these changes
Aug 28, 2025
Isotr0py
approved these changes
Aug 28, 2025
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
auto-merge was automatically disabled
August 28, 2025 03:48
Head branch was pushed to by a user without write access
Member
Author
|
@DarkLight1337 Hi, I found this pr huggingface/transformers#39915 about fuyu model has been released too. Can you review it again? |
Member
|
Let's see if the tests can pass |
Member
Author
|
@DarkLight1337 All the tests have passed. |
zhewenl
pushed a commit
to zhewenl/vllm
that referenced
this pull request
Aug 28, 2025
…t#23790) Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
zhewenl
pushed a commit
to zhewenl/vllm
that referenced
this pull request
Sep 3, 2025
…t#23790) Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
eicherseiji
pushed a commit
to eicherseiji/vllm
that referenced
this pull request
Sep 9, 2025
…t#23790) Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
ABC12345anouys
pushed a commit
to ABC12345anouys/vllm
that referenced
this pull request
Sep 25, 2025
…t#23790) Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
mystous
pushed a commit
to mystous/vllm_hybrid
that referenced
this pull request
May 10, 2026
…t#23790) Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
my-other-github-account
pushed a commit
to my-other-github-account/vllm
that referenced
this pull request
May 15, 2026
…t#23790) Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
my-other-github-account
pushed a commit
to my-other-github-account/vllm
that referenced
this pull request
May 15, 2026
…t#23790) Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
0826joyce
pushed a commit
to 0826joyce/vllm-serving-optimization
that referenced
this pull request
May 19, 2026
…t#23790) Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
huggingface/transformers#39470 and huggingface/transformers#39915 has been released in transformers 4.55.2, which is the minimum version required by vLLM.
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.