Add Support for Kimi K2.5 Vision - #1108
Open
quic-mamta wants to merge 38 commits into
Open
Conversation
…lQPC and upgrade TF Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
quic-mamta
force-pushed
the
kimi_vision
branch
3 times, most recently
from
June 23, 2026 08:56
b9557a3 to
c3af323
Compare
quic-mamta
marked this pull request as draft
June 23, 2026 09:03
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
quic-mamta
requested review from
ochougul and
quic-rishinr
and removed request for
ochougul
June 23, 2026 11:37
quic-mamta
force-pushed
the
kimi_vision
branch
2 times, most recently
from
June 24, 2026 10:07
e73f8e9 to
e5c2056
Compare
quic-mamta
force-pushed
the
kimi_vision
branch
6 times, most recently
from
June 30, 2026 13:45
6388273 to
9712a36
Compare
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <168400541+quic-mamta@users.noreply.github.com>
quic-mamta
force-pushed
the
kimi_vision
branch
4 times, most recently
from
July 20, 2026 21:15
fe80ff9 to
710cd8b
Compare
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <168400541+quic-mamta@users.noreply.github.com>
quic-mamta
force-pushed
the
kimi_vision
branch
3 times, most recently
from
July 24, 2026 18:33
d1b7de4 to
5557087
Compare
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
quic-rishinr
marked this pull request as ready for review
July 27, 2026 10:10
ochougul
requested changes
Jul 27, 2026
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
Signed-off-by: Mamta Singh <mamtsing@qti.qualcomm.com>
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.
Summary
This PR adds QEff support for Kimi K2.5 Vision using a
ConditionalGenerationflow designed for Dual-QPC execution, and updates our Transformers dependency to align with the required upstream APIs.What’s included
• Added QEff Kimi K2.5 multimodal model support:
• New Kimi K2.5 config classes (text + vision).
• New Kimi K2.5 model implementation with:
• vision tower + projector integration,
• language decoder integration via DeepSeek-V3,
• multimodal input merging and generation path,
• export/runtime helpers (dummy inputs, dynamic axes, specializations, output naming).
• Added a Kimi K2.5 vision export example for Dual-QPC
• Added parity checks for vision and language models.
Validation
• Verified model wiring and transform registration are in place for Kimi K2.5 conditional generation flow.
• Verified export example script supports reduced-layer / expert-subset setup for iterative validation.
Example Script -
python examples/kimi_k2/export_kimi_k25_vision.py
Tests -
python examples/kimi_k2/test_kimi_k25.py