-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llama.cpp: update llama.cpp submodule
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
10 files
+1 −1 | examples/server/server.cpp | |
+4 −0 | ggml/include/ggml-kompute.h | |
+3 −1 | ggml/src/CMakeLists.txt | |
+8 −3 | ggml/src/ggml-backend.cpp | |
+4 −2 | ggml/src/ggml-cuda.cu | |
+238 −57 | ggml/src/ggml-kompute.cpp | |
+91 −22 | ggml/src/ggml.c | |
+9 −0 | ggml/src/kompute-shaders/common.comp | |
+133 −0 | ggml/src/kompute-shaders/op_mul_mat_q4_k.comp | |
+122 −93 | src/llama.cpp |