-
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 #97 from utilityai/update-llama-cpp-2024-02-23
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
17 files
+37 −0 | .devops/nix/docker.nix | |
+3 −0 | .devops/nix/scope.nix | |
+27 −0 | .devops/nix/sif.nix | |
+3 −4 | .github/workflows/nix-ci-aarch64.yml | |
+5 −6 | .github/workflows/nix-ci.yml | |
+1 −0 | README.md | |
+62 −6 | convert-hf-to-gguf.py | |
+3 −3 | examples/server/README.md | |
+15 −0 | examples/server/server.cpp | |
+4 −5 | ggml-cuda.cu | |
+20 −7 | ggml-impl.h | |
+45 −20 | ggml-quants.c | |
+3 −3 | ggml.c | |
+0 −6 | ggml.h | |
+68 −13 | llama.cpp | |
+1 −1 | scripts/sync-ggml.last | |
+19 −8 | tests/test-chat-template.cpp |