-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Bagel]: Support multistage img2img #1669
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
hsliuustc0106
merged 22 commits into
vllm-project:main
from
princepride:newest-support-multistage-i2i-bagel
Mar 9, 2026
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e4a8fdf
init bagel multi-stage i2i
princepride e2271ea
refactor bagel ar code
princepride f1a100a
remove some logs
princepride 4fbac0d
fix some bug
princepride 38712e7
first time have no bug
princepride 2231923
remove duplicate code
princepride 5d2272e
revert some code change
princepride 5e8b317
revert some code change
princepride 7155824
revert some code change
princepride 586ccfc
revert some code change
princepride c2559c0
simplify check whether model is bidirectional attention patch
princepride 20c00c8
simplify check whether model is bidirectional attention patch
princepride 6faff70
fix some bug
princepride 29692a7
Merge branch 'main' into newest-support-multistage-i2i-bagel
princepride 0339049
fix some bug
princepride de2d27b
Map pending ropes metadata to req_ids.
princepride 317047d
update yaml
princepride f08a5ad
change request metadata rmoe overwrite to deque
princepride fd8f9c0
Merge branch 'main' into newest-support-multistage-i2i-bagel
princepride cc60380
Merge branch 'main' into newest-support-multistage-i2i-bagel
princepride e9efe4d
add normalize_layer_kv util
princepride 0cae6be
fix some bug
princepride 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
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.
why we need introduce the custom_metadata? is there any doc to explain this arg? o.w., this many bring poos user/dev experiences.
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.
Because we need transfer RoPE and image shape from ar stage to dit stage