-
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 #273 from utilityai/update-llama-cpp-2024-04-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
22 files
+3 −1 | README.md | |
+5 −3 | common/common.cpp | |
+5 −4 | common/common.h | |
+12 −1 | common/sampling.cpp | |
+27 −20 | common/sampling.h | |
+101 −0 | convert-hf-to-gguf.py | |
+0 −1 | examples/lookup/lookup-stats.cpp | |
+0 −1 | examples/lookup/lookup.cpp | |
+0 −1 | examples/main/main.cpp | |
+5 −5 | examples/server/public/index.html | |
+2 −3 | examples/server/server.cpp | |
+57 −0 | examples/server/tests/features/results.feature | |
+34 −0 | examples/server/tests/features/steps/steps.py | |
+256 −4 | ggml-impl.h | |
+0 −287 | ggml-quants.c | |
+16 −0 | gguf-py/gguf/constants.py | |
+2 −0 | gguf-py/gguf/tensor_mapping.py | |
+209 −3 | llama.cpp | |
+11 −4 | llama.h | |
+ − | media/matmul.png | |
+1,238 −0 | media/matmul.svg | |
+4 −0 | tests/test-chat-template.cpp |