-
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 #316 from janhq/update-submodule-2024-12-03-17-00
Update llama.cpp submodule to latest release b4248
- 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
+29 −134 | .github/workflows/build.yml | |
+4 −0 | Makefile | |
+17 −3 | common/arg.cpp | |
+0 −7 | docs/backend/BLIS.md | |
+92 −151 | docs/build.md | |
+0 −61 | examples/base-translate.sh | |
+1 −4 | examples/convert-llama2c-to-ggml/README.md | |
+0 −2 | examples/imatrix/README.md | |
+1 −1 | examples/infill/README.md | |
+3 −2 | examples/main/README.md | |
+163 −169 | examples/server/README.md | |
+14 −3 | examples/server/server.cpp | |
+24 −0 | ggml/src/ggml-metal/ggml-metal-impl.h | |
+252 −22 | ggml/src/ggml-metal/ggml-metal.m | |
+420 −7 | ggml/src/ggml-metal/ggml-metal.metal | |
+3 −0 | include/llama.h | |
+12 −6 | scripts/compare-commits.sh | |
+0 −212 | scripts/pod-llama.sh | |
+0 −418 | scripts/server-llm.sh | |
+260 −97 | src/llama.cpp | |
+13 −0 | tests/test-backend-ops.cpp | |
+17 −3 | tests/test-chat-template.cpp |