-
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 #218 from utilityai/update-llama-cpp-2024-03-25
Updated llama-cpp (bot)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
12 files
+27 −1 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/close-issue.yml | |
+2 −0 | common/ngram-cache.cpp | |
+21 −72 | common/sampling.cpp | |
+5 −3 | common/sampling.h | |
+21 −18 | examples/imatrix/imatrix.cpp | |
+2 −1 | examples/speculative/speculative.cpp | |
+21 −272 | ggml-sycl.cpp | |
+13 −3 | ggml-sycl.h | |
+1 −11 | ggml.c | |
+17 −19 | llama.cpp | |
+ − | retrieval |