-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[Core] Initialize LoRA support for tower and connector in multi-modal models #26674
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
91 commits
Select commit
Hold shift + click to select a range
e7026a7
add mm_punica_warpper
linitra24 98debc2
Merge branch 'main' of https://github.com/B-201/vllm into v1-support-…
linitra24 7db0d59
update mm filter
linitra24 e2caeb3
Merge branch 'main' of https://github.com/B-201/vllm into v1-support-…
linitra24 891df1d
update
linitra24 236e0fe
update
linitra24 cb1a6f0
update
linitra24 0fa9111
update
linitra24 882213c
update
linitra24 8863bd2
update
linitra24 5c156c9
Init
jeejeelee a69bde7
[feat] add connector support
prashanth058 112779f
Merge pull request #7 from prashanth058/mlm-connector-support
linitra24 ee0cdef
Merge remote-tracking branch 'origin/main' into mlm-full-lora-support
linitra24 a364787
fix pre-commit
linitra24 8157363
qwen2.5 & 3 vl fixes and tests
prashanth058 7e710bc
Merge pull request #9 from prashanth058/vision-lora-fixes
linitra24 181b5f8
remove redundant assingments
prashanth058 9d41f6e
Merge pull request #10 from prashanth058/lora-vision-misc-fixes
linitra24 92ed13c
fix bug
linitra24 dd91286
Merge remote-tracking branch 'origin/main' into mlm-full-lora-support
linitra24 83556e9
Address conflict
jeejeelee e635861
Merge branch 'main' into mlm-full-lora-support
jeejeelee e6784ed
Merge branch 'mlm-full-lora-support' of https://github.com/jeejeelee/…
linitra24 c0cc07e
Merge remote-tracking branch 'origin/main' into mlm-full-lora-support
linitra24 c94cdf1
Merge branch 'main' into mlm-full-lora-support
jeejeelee 598052b
fix bug
linitra24 f67ccfa
Merge branch 'mlm-full-lora-support' of https://github.com/jeejeelee/…
linitra24 1745bb9
address the ci issue
linitra24 113eb2e
add a enable option
linitra24 1fbd728
Merge branch 'main' into mlm-full-lora-support
linitra24 3e33423
address ci issue
linitra24 5ff0c6f
Merge remote-tracking branch 'origin/main' into mlm-full-lora-support
linitra24 f6a1357
Merge branch 'main' into mlm-full-lora-support
jeejeelee d3c2f3d
address ci issue
linitra24 1d2c539
address ci issue
linitra24 bbd90e8
Merge branch 'mlm-full-lora-support' of https://github.com/jeejeelee/…
linitra24 e2ea025
address pre-commit & ci issue
linitra24 d1307e1
Merge branch 'main' into mlm-full-lora-support
linitra24 2744849
update argument name
linitra24 65e403d
remove outdated comment
linitra24 dd857e4
Merge branch 'mlm-full-lora-support' of https://github.com/jeejeelee/…
linitra24 e10321b
Merge branch 'main' into mlm-full-lora-support
linitra24 208dc0c
Fix comments
jeejeelee d4f39dc
Move forward
jeejeelee 0642610
Move forward
jeejeelee 5e78570
update packed modules mapping (#11)
prashanth058 1cb3546
Move forward
jeejeelee 421707d
Merge branch 'main' into mlm-full-lora-support
jeejeelee 35acd22
Move forward
jeejeelee 6a3f0a5
fix the issue with the MM token count
linitra24 c1bb71e
fix pre-commit
linitra24 58d2c47
update punica_wrapper_mapping
linitra24 bdac2b5
Merge branch 'main' into mlm-full-lora-support
linitra24 5791781
fix bug
linitra24 94dce5c
Merge branch 'main' into mlm-full-lora-support
jeejeelee da0adea
added abstract methods to the base class
Anexdeus 36121c6
fixed property bug in processor and added abstract methods in BasePro…
Anexdeus 3d39188
Fix
jeejeelee fe104bd
Merge branch 'main' into mlm-full-lora-support
jeejeelee 1c8e3c4
fix pre-commit
linitra24 df3ec22
remove hacky code
linitra24 764aa45
fix bug
linitra24 463074f
Merge branch 'main' into mlm-full-lora-support
jeejeelee d053aa7
Fix
jeejeelee 9c9950c
fix
linitra24 4c2e95a
correct f-string formatting
linitra24 e5ba472
Merge branch 'main' into mlm-full-lora-support
jeejeelee b03d1a0
added ProcessingInfoMixin for QwenVL series models
Anexdeus d525556
Revert the mixin changes
Anexdeus cd32aea
Merge branch 'jeejeelee:mlm-full-lora-support' into mlm-full-lora-sup…
Anexdeus c6831e7
extended SupportsMultiModal
Anexdeus 68116ed
fix bug
linitra24 cb72a0e
fix pre-commit
linitra24 2b03137
Merge branch 'mlm-full-lora-support' of https://github.com/jeejeelee/…
Anexdeus 86c6c5c
removed get_allowed_mm_limits() from models
Anexdeus a3a8fc1
Merge pull request #12 from Anexdeus/mlm-full-lora-support
linitra24 2040209
move mm-token-functions to model
linitra24 81b5ace
revert lora_kwargs change
linitra24 fa6dd85
fix
linitra24 8aedddd
Merge branch 'main' into mlm-full-lora-support
jeejeelee f3a55ff
fix mm_hash
linitra24 f114b4e
disable mm cache when enable_tower_connector_lora
linitra24 a9b9af9
Merge remote-tracking branch 'origin/main' into mlm-full-lora-support
linitra24 390ac9a
fix pre-commit
linitra24 f9ca685
Merge remote-tracking branch 'origin/main' into mlm-full-lora-support
linitra24 ac8afb6
fix pre-commit
linitra24 57d7267
cleanup
linitra24 b275e8c
Merge branch 'main' into mlm-full-lora-support
jeejeelee 7183a2f
fix ci issue
linitra24 41a0492
Merge branch 'mlm-full-lora-support' of https://github.com/jeejeelee/…
linitra24 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
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.
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.
DITTO