-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
[Model] Add HyperCLOVAX-SEED-Think-32B vision-language model support #31471
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
DarkLight1337
merged 22 commits into
vllm-project:main
from
effortprogrammer:feat/hyperclovax-seed-think-32b
Mar 10, 2026
Merged
Changes from 16 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6859629
fix(hyperclovax): support multimodal prompt handling
effortprogrammer c603df8
fix(hyperclovax): register HyperCLOVAXForCausalLM
effortprogrammer ac10e8a
fix(hyperclovax): restore V1 HCXVisionForCausalLM class for backward …
effortprogrammer 6fedc9e
feat(hyperclovax): add dedicated V2 vision module
effortprogrammer 88d6efd
refactor(hyperclovax): isolate V1 implementation and reroute V2 registry
effortprogrammer 4a550fd
merge(main): resolve HyperCLOVAX vision split conflicts
effortprogrammer 7fce965
fix(hyperclovax): use multimodal.processing imports for V2 dummy inputs
effortprogrammer d4ab8eb
fix(hyperclovax): align V2 dummy input builder with multimodal API
effortprogrammer 340d0b5
fix(hyperclovax): drop unsupported multimodal_config arg in V2 vision…
effortprogrammer 729187a
refactor(hyperclovax): address reviewer feedback in model and registry
effortprogrammer 335bc41
docs: add HyperCLOVAX V2 to supported models
effortprogrammer 8b0d8b3
fix(hyperclovax): remove Omni references from V2 scope
effortprogrammer 677e249
fix(hyperclovax): limit V2 text backend handling to hyperclovax
effortprogrammer 8aeb7a6
fix(hyperclovax): restore original text backend condition
effortprogrammer f1be0ec
Merge branch 'main' into feat/hyperclovax-seed-think-32b
DarkLight1337 a175d40
Merge branch 'main' into feat/hyperclovax-seed-think-32b
effortprogrammer f419cda
fix(hyperclovax): align V2 multimodal processor update flow
effortprogrammer 0c25a00
fix(chat): normalize openai media parts to canonical modality types
effortprogrammer b1036cc
fix(hyperclovax): satisfy registry coverage and dummy prompt type
effortprogrammer 56ac889
fix(registry): map HyperCLOVAX architecture as text model
effortprogrammer 5abbb8c
fix(ci): harden cpu runner tensor replacement and realtime warmup wait
effortprogrammer dd7227f
Merge origin/main into feat/hyperclovax-seed-think-32b
effortprogrammer 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
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.
Remember to add this model to examples file as well