feat(qwen2_5vl): add model support and update related files#396
Merged
chenghuaWang merged 3 commits intoUbiquitousLearning:v2from Aug 25, 2025
Merged
feat(qwen2_5vl): add model support and update related files#396chenghuaWang merged 3 commits intoUbiquitousLearning:v2from
chenghuaWang merged 3 commits intoUbiquitousLearning:v2from
Conversation
- Add Qwen2_5VL model configuration and implementation - Update main.cpp to use the new model for inference - Create new packages for TUI chat and model hub - Modify mllm-c API to use enum for return codes
…ecture - Implement Gelu, Softmax, RMSNorm and Silu functions for X86 architecture - Add corresponding kernels in mllm/backends/cpu/kernels/x86/ - Update GELUOp, QuickGELUOp, RMSNormOp, SiLUOp and SoftmaxOp to support X86 - Modify mllm/c.go to include new return codes and generation context - Update mllm/mllm-c.hpp to define new C API functions for AR generation - Add build configuration for X86 CLI in tasks/build_x86_cli.yaml
- Add Qwen2_5vl model support with new configuration and quantization files - Implement naive broadcasting for AddOp in CPU operations - Update Tensor class to include fromVector method - Improve shape handling and broadcasting in abstract operations - Modify CMakeLists to conditionally build C SDK binding
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.
feat(qwen2_5vl): add model support and update related files