refactor: bug fixes and refactor for vlm#4661
Merged
zhyncs merged 2 commits intosgl-project:mainfrom Mar 23, 2025
Merged
Conversation
mickqian
commented
Mar 22, 2025
Collaborator
Author
There was a problem hiding this comment.
After this modification, the result of mmmu benchmark of sglang goes from:
| accuracy | time elapsed (s) | |
|---|---|---|
| Qwen2.5-VL-7B-Instruct | 0.462 | 229.1 |
| gemma-3-4b-it | 0.409 | 226.4 |
to:
| accuracy | time elapsed (s) | |
|---|---|---|
| Qwen2.5-VL-7B-Instruct | 0.477 | 230.2 |
| gemma-3-4b-it | 0.409 | 202.3 |
Collaborator
Author
Collaborator
|
@mickqian I've rerun the CI. thanks! minicpm-o is of high-priority qvq |
d64a33b to
f644731
Compare
Collaborator
|
@mickqian this is not ready to review right? mick, if ready, please ping yi and me |
61f6c15 to
0594b06
Compare
Collaborator
Author
|
@yizhang2077 @zhaochenyang20 ready now. vlm tests all passed. Thanks |
e12c107 to
ae6735f
Compare
yizhang2077
reviewed
Mar 22, 2025
Collaborator
yizhang2077
left a comment
There was a problem hiding this comment.
I add some basic comments here, continue to reviewing
mickqian
commented
Mar 23, 2025
yizhang2077
reviewed
Mar 23, 2025
Collaborator
|
LGTM, great code refactoring! After CI pass, this PR can be merged cc @zhaochenyang20 |
yizhang2077
approved these changes
Mar 23, 2025
6 tasks
Collaborator
|
@mickqian @yizhang2077 great! |
6 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
Modifications
Checklist