-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update llama.cpp submodule and bump version
- Loading branch information
1 parent
cbd3935
commit 313b399
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
Submodule llama.cpp
updated
20 files
+1 −0 | .gitignore | |
+9 −1 | CMakeLists.txt | |
+8 −3 | Makefile | |
+1 −0 | README.md | |
+7 −2 | build.zig | |
+1 −0 | examples/CMakeLists.txt | |
+24 −6 | examples/common.cpp | |
+2 −0 | examples/common.h | |
+1 −0 | examples/embedding/embedding.cpp | |
+10 −0 | examples/main/main.cpp | |
+1 −0 | examples/perplexity/perplexity.cpp | |
+4 −0 | examples/quantize-stats/CMakeLists.txt | |
+354 −0 | examples/quantize-stats/quantize-stats.cpp | |
+3 −0 | flake.nix | |
+313 −164 | ggml.c | |
+43 −7 | ggml.h | |
+795 −731 | llama.cpp | |
+5 −1 | llama.h | |
+12 −0 | llama_internal.h | |
+383 −0 | llama_util.h |