-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
[VLM] Implement merged multimodal processor for Mllama #11427
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
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
99657bb
draft
Isotr0py 76185c5
fix profiling
Isotr0py f3ca433
draft
Isotr0py 1da6712
fix processing
Isotr0py 7402e62
refactor
Isotr0py 0fa61d7
Merge branch 'vllm-project:main' into enc-dec-processor
Isotr0py f9ff072
cleanup
Isotr0py 256f85e
cleanup
Isotr0py 5708658
refactor
Isotr0py 00cf0ef
fix
Isotr0py c3cd4a0
Merge branch 'vllm-project:main' into enc-dec-processor
Isotr0py cd780bc
refactor
Isotr0py ba22a20
code format
Isotr0py 2f2584a
cleanup
Isotr0py a65ddce
cleanup
Isotr0py f819d51
refactor
Isotr0py 804f76b
fix text-only inputs
Isotr0py a715a97
cleanup
Isotr0py c96fd21
fix text enc-dec model
Isotr0py 4fd4204
fix a typo
Isotr0py 97f420d
Merge remote-tracking branch 'upstream/main' into enc-dec-processor
Isotr0py d2ab070
reorganize
Isotr0py 4ba1bbc
fix mm_data
Isotr0py 3f6ebec
refactor hf_processor calling
Isotr0py 6928719
Merge branch 'vllm-project:main' into enc-dec-processor
Isotr0py 6088118
fix typo
Isotr0py 407988d
Merge branch 'vllm-project:main' into enc-dec-processor
Isotr0py 6e5cb54
clean up
Isotr0py 3c336d9
fix multi-image profiling
Isotr0py bd12b30
cleanup
Isotr0py d47cacb
fix multiimage inference
Isotr0py 0f775c4
cleanup
Isotr0py 5dacf4d
fix processor test
Isotr0py 6bdaf45
add processor test
Isotr0py 862f410
update comment
Isotr0py 9a7c742
Update vllm/inputs/preprocess.py
Isotr0py b241b6b
fix processor test
Isotr0py 1b13d33
refactor token_per_chunk func
Isotr0py a7a6589
refactor create_encoder_prompt and remove hardcoded image_token_id
Isotr0py ea44a41
fix inference
Isotr0py 1b2bd03
make mypy happy
Isotr0py 9572f1e
fix explicit input
Isotr0py 5eafc05
make mypy happy
Isotr0py 709017b
fix text-only explicit prompt
Isotr0py 611d1d7
fix tokens only inputs
Isotr0py 35bcb5e
make mypy happy
Isotr0py 98e47ce
make mypy happy
Isotr0py 3567c1c
mypy again
Isotr0py 5551eae
refactor preprocess func for explicit prompt
Isotr0py edb99ba
add explicit and implicit_prompt test
Isotr0py 209253a
fix broken cross attn mask test
Isotr0py 3528e61
ooops
Isotr0py f66ba41
fix entrypoint test
Isotr0py 7850f07
fix whisper
Isotr0py 2621d4a
linting
Isotr0py 62215b8
Merge branch 'vllm-project:main' into enc-dec-processor
Isotr0py 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 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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.