-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[VLM] Merged multi-modal processor for LLaVA-NeXT #11682
[VLM] Merged multi-modal processor for LLaVA-NeXT #11682
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
8035ddc
to
67e50fd
Compare
Signed-off-by: DarkLight1337 <[email protected]>
67e50fd
to
9bfbc82
Compare
Signed-off-by: DarkLight1337 <[email protected]>
ce0a7dc
to
24ec89c
Compare
Signed-off-by: DarkLight1337 <[email protected]>
Seems that llava-next test is failing... |
Fixed! |
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
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.
Overall LGTM!
This PR implements the merged multi-modal processor for LLaVA-NeXT. To avoid redundant code, I have introduced base classes
VisionEncoderInfo
andBaseLlavaMultiModalProcessor
.