-
Notifications
You must be signed in to change notification settings - Fork 51
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 #272 from utilityai/update-llama-cpp-2024-04-24
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
11 files
+1 −1 | .github/workflows/bench.yml | |
+1 −1 | .github/workflows/server.yml | |
+5 −11 | CMakeLists.txt | |
+0 −4 | Makefile | |
+12 −8 | README-sycl.md | |
+3 −3 | flake.lock | |
+8 −8 | ggml-alloc.c | |
+9 −9 | ggml-backend.c | |
+3 −5 | ggml.c | |
+2 −2 | llama.cpp | |
+404 −553 | sgemm.cpp |