add support for MagicGUI series#11
Merged
gpengzhi merged 6 commits intoxiaomi-research:mainfrom Sep 22, 2025
Merged
Conversation
gpengzhi
reviewed
Sep 22, 2025
gpengzhi
reviewed
Sep 22, 2025
| elif model_name in ["magicgui-cpt", "magicgui-rft"]: | ||
| global_tokenizer._tokenizer.image_processor.max_pixels = run_magicgui.MAX_PIXELS | ||
| global_tokenizer._tokenizer.image_processor.min_pixels = run_magicgui.MIN_PIXELS | ||
| return run_magicgui.prepare_task_inputs( |
Collaborator
There was a problem hiding this comment.
用 vllm 和 transformers 对于输入的格式没有区别吗?
Contributor
Author
There was a problem hiding this comment.
没有啥区别,不过为了一致性可以把这个参数加回来
gpengzhi
reviewed
Sep 22, 2025
Collaborator
|
另外请更新 README 里面的模型内容。 |
added 2 commits
September 22, 2025 17:09
Remove Redundant Import Add reproduced MagicGUI eval results using the source MagicGUI proj
liuyike-xiaomi
added a commit
to liuyike-xiaomi/guievalkit
that referenced
this pull request
Nov 13, 2025
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.
partially resolve #1