-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
+1 −1 | .github/workflows/nix-flake-update.yml | |
+8 −0 | common/common.cpp | |
+1 −1 | common/common.h | |
+5 −1 | examples/main/main.cpp | |
+4 −0 | examples/server/README.md | |
+120 −93 | examples/server/server.cpp | |
+1 −1 | ggml-cuda.cu | |
+8 −0 | ggml-metal.m | |
+9 −23 | ggml.c | |
+2 −11 | ggml.h | |
+1 −1 | llama.cpp | |
+1 −1 | scripts/sync-ggml.last |