-
Notifications
You must be signed in to change notification settings - Fork 56
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 #125 from utilityai/update-llama-cpp-2024-03-02
updated llama.cpp
- 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
+1 −1 | .devops/nix/sif.nix | |
+22 −0 | .github/workflows/build.yml | |
+1 −0 | README.md | |
+1 −3 | common/common.cpp | |
+0 −1 | common/common.h | |
+10 −5 | convert-hf-to-gguf.py | |
+6 −12 | examples/batched-bench/batched-bench.cpp | |
+0 −1 | examples/llama-bench/README.md | |
+3 −27 | examples/llama-bench/llama-bench.cpp | |
+3 −15 | examples/server/README.md | |
+0 −228 | examples/server/api_like_OAI.py | |
+18 −10 | examples/server/server.cpp | |
+7 −3 | flake.nix | |
+44 −63 | ggml-sycl.cpp | |
+18 −16 | ggml-vulkan.cpp | |
+21 −0 | gguf-py/gguf/constants.py | |
+2 −0 | gguf-py/gguf/tensor_mapping.py | |
+205 −8 | llama.cpp | |
+0 −1 | llama.h | |
+1 −0 | requirements/requirements-convert-hf-to-gguf.txt | |
+1 −1 | scripts/compare-llama-bench.py | |
+306 −260 | unicode.h |