-
Notifications
You must be signed in to change notification settings - Fork 59
Enable CB for vlms with multiple images and multiple prompts #583
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 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1ee373e
Enable CB for vlms with multiple images and multiple prompts
mamtsing e9cf657
update text_generation_interface
mamtsing f62f71e
Updated text_generation to run CB for VLMs
asmigosw 39f5574
Ruff format
asmigosw ecd5905
Updated qwen2_5 modelling for CB support
asmigosw 3d9cd49
Updated qwen2_5 modelling for CB support
asmigosw 165c8fb
Passed image queue in decode CB
asmigosw cf2d4fb
Ruff format
asmigosw d97bda9
refactored the code
quic-rishinr e663cd6
Qwen2.5vl CB Update
799af59
Lint fix and code cleaning
quic-rishinr 621e3a8
fix for fbs >1
quic-rishinr 59dff46
Updated cloud_ai_100_exec_kv call in modelling_auto
quic-rishinr fc69e3a
Removed redundant vision execution and refactoring
quic-rishinr 275d4cd
nit: update QBlocking to LM Attention in Qwen2.5VL
e8253ff
nit: update readme for qblocking in example file and lint/format checks
4d9afe2
nit: lint/format checks
6b079fe
CI failure fix
quic-rishinr 64dffdd
qwen2_5_vl inference changes
ca0cc03
Removed CB regard kw args for functionin non CB models
quic-rishinr b0ee5a4
Added caching for vision outputs
quic-rishinr a0a80c0
Added change for poping prompt while running continuous batching
quic-rishinr 0892480
Adding multi_frame modeling changes and some fix
875c4d2
Adressed review comments
quic-rishinr 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
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.
NIT pick, we should always have a cleanup method declared for execObj, else it may lead to silent memory leaks. Just deleting the object may lead to hidden memory leaks.