-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[V1][VLM] V1 support for selected single-image models. #11632
Merged
Merged
Changes from 42 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
425d3c4
batch
ywang96 1ca9369
Merge branch 'vllm-project:main' into v1-rearch-vlm
ywang96 8edcc83
blip2
ywang96 5f76291
chameleon
ywang96 814f3bd
fix util
ywang96 efeb999
fuyu
ywang96 5e568e8
aria
ywang96 135fd5c
fix profiling
ywang96 0a8dbe0
update
ywang96 03f741d
add llava-next
ywang96 8bce949
revert testing code
ywang96 bbde414
revert testing code
ywang96 ea928c6
tweak and clarify
ywang96 55eada7
clarify
ywang96 bbd5752
reword
ywang96 0452b99
Use merged multi-modal processor for blip2 and chameleon
DarkLight1337 938c0bf
Limit max num seqs
DarkLight1337 6cc54a7
Update comments
DarkLight1337 ba713ba
Be more clear
DarkLight1337 b0efc4f
Merged multi-modal processor for Aria
DarkLight1337 cdbd969
initialize fuyu merged processor
Isotr0py 48c6946
Clean up
DarkLight1337 ea76759
Clean up
DarkLight1337 bc976a7
Try remove mark
DarkLight1337 f79f79a
Consolidate dummy data code
DarkLight1337 45ec10c
fix fuyu variant images test
Isotr0py 0926717
Merge branch 'main' into v1-rearch-vlm
DarkLight1337 0fe561d
Fix some type errors in Pixtral-HF
DarkLight1337 3512ed6
fix missing flatten_bn in fuyu
Isotr0py 5e0f66c
Update docs
DarkLight1337 1c243ab
Update docs
DarkLight1337 09d64f4
Get fuyu processor tests to pass
DarkLight1337 6d6d71c
Oops
DarkLight1337 ea93a2c
Fix unable to run model
DarkLight1337 9aeb7b2
Avoid warning from HF
DarkLight1337 768c1d9
fix too large image for fuyu
Isotr0py 0c82c51
fix prompt token ids
Isotr0py d0d1fdc
Fix missing batch dimension in vision embeddings
DarkLight1337 afcf7b1
fix variant patches batching
Isotr0py cb9522d
Simplify the code
DarkLight1337 df832df
format
DarkLight1337 868e8e9
Merge branch 'vllm-project:main' into v1-rearch-vlm
ywang96 cc9c5f1
simplify
ywang96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Llava-next was already supported on V1 so this is just a doc update.