-
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 #452 from utilityai/update-llama-cpp-2024-08-13
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
10 files
+3 −1 | .github/workflows/bench.yml | |
+10 −12 | .github/workflows/build.yml | |
+2 −4 | .github/workflows/python-check-requirements.yml | |
+2 −0 | README.md | |
+3 −0 | common/grammar-parser.cpp | |
+1 −1 | examples/llava/requirements.txt | |
+3 −2 | examples/server/server.cpp | |
+1 −1 | ggml/src/ggml.c | |
+2 −2 | src/llama-sampling.cpp | |
+2 −7 | src/llama.cpp |