-
Notifications
You must be signed in to change notification settings - Fork 54
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
Marcus Dunn
committed
Jan 28, 2024
1 parent
05064a9
commit 9bff195
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
12 files
+1 −0 | common/sampling.cpp | |
+1 −1 | examples/infill/infill.cpp | |
+63 −8 | examples/llava/clip.cpp | |
+29 −3 | examples/llava/llava-cli.cpp | |
+2 −1 | examples/server/README.md | |
+142 −24 | examples/server/server.cpp | |
+1 −0 | examples/server/utils.hpp | |
+6 −1 | ggml.c | |
+0 −1 | pocs/vdot/vdot.cpp | |
+1 −1 | scripts/sync-ggml.last | |
+0 −1 | tests/test-backend-ops.cpp | |
+0 −1 | tests/test-llama-grammar.cpp |