-
Notifications
You must be signed in to change notification settings - Fork 191
feat: add kai&qnn-vl&opencl #489
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
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
71d7a68
feat: add qwen2vl-qnn & flashattn2 support (#291)
UbiquitousLearning 8476dd0
Squashed commit of the following:
yirongjie 6b30afc
feat: add FlashAttention2 && fix: MULTIMODELROPE
yirongjie 0ce66c5
remove broken submodule
627ea41
fix: support for mac && fix xnn
yirongjie 6aa2881
feat: add showui-cut in vtp;
yirongjie 60da3be
feat: add klaidiai linear op
yirongjie ec1db94
fear: add qwen2-vl-7b
yirongjie 42e5bb7
feat: add i8mm kleidai for a32bi4
yirongjie 012bfa6
fix: cpubackend
yirongjie 00948f7
feat: add openclbackend
yirongjie dab4d9d
fix: add openclbackend
yirongjie de00d80
feat: sage attention && ling-lite-moe
yirongjie d08cb94
feat: batch infer qwen
yirongjie aa5b8ca
feat: add opencl qwen2.5-1.5b-q4_0
yirongjie e92b996
feat: add smallthinker
yirongjie df0f0b4
feat: add qwen2.5vl
yirongjie b30be26
fix: vison token purning && qwen2-vl's config
yirongjie 2c46281
fix: qwen3 kai_quant
yirongjie bb1f5c2
fix: llama3.2-kai
yirongjie 2a11989
feat: add Qwen2-VL QNN
yirongjie bd6cbfd
rename: src&include -> mllm
yirongjie 82b1159
Merge branch 'main' into main
yirongjie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| src/quantizer/gguf.hpp | ||
| mllm/quantizer/gguf.hpp |
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.
Remove duplicate
.DS_Storeentry.Lines 5 and 40 both define
.DS_Store. Keep one and remove the duplicate for clarity.Apply this diff:
- .DS_Store examples/test.cppRemove line 40 and consolidate at line 5 (already present).
Also applies to: 40-40
🤖 Prompt for AI Agents