-
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.
Merge pull request #199 from janhq/update-submodule-2024-08-22-17-06
Update llama.cpp submodule to latest release b3616
- 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
+4 −1 | CMakePresets.json | |
+6 −8 | docs/backend/SYCL.md | |
+3 −6 | ggml/include/ggml.h | |
+10 −0 | ggml/src/CMakeLists.txt | |
+15 −1 | ggml/src/ggml-sycl.cpp | |
+50 −0 | ggml/src/ggml-sycl/common.hpp | |
+101 −0 | ggml/src/ggml-sycl/gemm.hpp | |
+92 −185 | ggml/src/ggml.c | |
+3 −0 | include/llama.h | |
+1,039 −487 | src/llama.cpp |