-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama_cpp
updated
21 files
+17 −61 | .github/workflows/server.yml | |
+7 −2 | Makefile | |
+1 −0 | README.md | |
+9 −0 | common/common.cpp | |
+1 −0 | common/common.h | |
+2 −2 | examples/passkey/passkey.cpp | |
+7 −3 | examples/quantize/quantize.cpp | |
+4 −0 | examples/server/server.cpp | |
+502 −54 | ggml-cuda.cu | |
+58 −8 | ggml-metal.m | |
+708 −3 | ggml-metal.metal | |
+1,012 −30 | ggml-quants.c | |
+27 −0 | ggml-quants.h | |
+165 −81 | ggml-sycl.cpp | |
+61 −0 | ggml.c | |
+4 −0 | ggml.h | |
+136 −56 | llama.cpp | |
+5 −1 | llama.h | |
+2 −2 | tests/test-backend-ops.cpp | |
+3 −1 | tests/test-quantize-fns.cpp | |
+2 −1 | unicode.h |