-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #371 from NexaAI/yifei/fix_nexa_models
Fixing NexaVLMInference, NexaOmniVlmInference and NexaAudioLMInference
- Loading branch information
Showing
14 changed files
with
142 additions
and
66 deletions.
There are no files selected for viewing
Submodule llama.cpp
updated
10 files
+10 −1 | .gitignore | |
+27 −1 | README.md | |
+117 −0 | examples/nexa-omni-audio/omni.cpp | |
+12 −1 | examples/nexa-omni-audio/omni.h | |
+115 −0 | examples/qwen2-audio/qwen2.cpp | |
+12 −1 | examples/qwen2-audio/qwen2.h | |
+15 −0 | ggml/src/CMakeLists.txt | |
+16 −3 | ggml/src/ggml-common.h | |
+31 −4 | ggml/src/ggml-cpu/ggml-cpu-quants.c | |
+1 −1 | ggml/src/ggml-quants.c |
This file contains 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 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 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 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 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 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 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 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 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 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.