-
Notifications
You must be signed in to change notification settings - Fork 54
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 #20 from utilityai/update-llama-cpp-2024-01-15
updated llama.cpp
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
13 files
+6 −2 | CMakeLists.txt | |
+2 −2 | examples/benchmark/benchmark-matmult.cpp | |
+131 −2 | examples/quantize/quantize.cpp | |
+1 −1 | ggml-metal.m | |
+1,349 −68 | ggml-quants.c | |
+11 −4 | ggml-quants.h | |
+45 −19 | ggml.c | |
+6 −3 | ggml.h | |
+149 −50 | llama.cpp | |
+1 −0 | llama.h | |
+13 −1 | scripts/sync-ggml-am.sh | |
+1 −1 | scripts/sync-ggml.last | |
+1 −1 | tests/test-backend-ops.cpp |