-
Notifications
You must be signed in to change notification settings - Fork 5
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 #204 from janhq/update-submodule-2024-08-26-17-01
Update llama.cpp submodule to latest release b3629
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
11 files
+17 −12 | ci/run.sh | |
+12 −6 | common/common.cpp | |
+11 −5 | examples/llava/clip.cpp | |
+1 −1 | examples/server/public/index.js | |
+154 −35 | ggml/src/ggml-metal.m | |
+143 −8 | ggml/src/ggml-metal.metal | |
+2 −2 | ggml/src/ggml.c | |
+10 −4 | src/llama-impl.h | |
+1 −1 | src/llama.cpp | |
+58 −1 | tests/test-backend-ops.cpp | |
+4 −4 | tests/test-sampling.cpp |