-
Notifications
You must be signed in to change notification settings - Fork 232
Add Qwen 2.5 VL #222
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
Add Qwen 2.5 VL #222
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a6f552b
Remove development team
DePasqualeOrg b6532fa
Fix typos
DePasqualeOrg e2ef119
Add Qwen 2.5 VL
DePasqualeOrg 788fffa
Fix media downsampling
DePasqualeOrg 9356549
More media downsampling fixes
DePasqualeOrg 6a917fe
Fix downsampling
DePasqualeOrg 008d804
Increase resize size
DePasqualeOrg 362939f
Merge branch 'main' into qwen-2.5-vl
DePasqualeOrg 19e2aa8
Fix merge commit
DePasqualeOrg 4add690
Merge branch 'main' into qwen-2.5-vl
DePasqualeOrg aa59c6e
use binary mask
davidkoski 7124499
Bicubic works
DePasqualeOrg d60188a
Fix MediaProcessingError
DePasqualeOrg d37f85b
use computed height rather than extent height (that includes partial …
davidkoski 20ac074
use aspect ratio to match target size
davidkoski ee978b0
hoist attention mask generation to VisionModel -- avoid recomputing t…
davidkoski 5261072
the bool mask didn't work correctly -- use int8
davidkoski fbc88c0
Merge branch 'main' into qwen-2.5-vl
davidkoski e70190a
Merge branch 'main' into qwen-2.5-vl
davidkoski 97f6ba1
finish merging main -- some minor refactoring to make qwen2.5 match q…
davidkoski 184d0b9
remove/convert debug printing in the model
davidkoski 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
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.
Whoops