-
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 #268 from janhq/update-submodule-2024-10-27-17-06
Update llama.cpp submodule to latest release b3982
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
23 files
+66 −5 | common/arg.cpp | |
+4 −13 | common/common.cpp | |
+56 −33 | common/common.h | |
+17 −0 | common/sampling.cpp | |
+24 −0 | examples/main/README.md | |
+15 −0 | examples/server/README.md | |
+12 −2 | examples/server/public/index-new.html | |
+8 −0 | examples/server/public/index.html | |
+0 −0 | examples/server/public/style.css | |
+58 −31 | examples/server/server.cpp | |
+1 −1 | ggml/src/ggml-cuda/cpy.cuh | |
+42 −33 | ggml/src/ggml-metal.m | |
+380 −196 | ggml/src/ggml-metal.metal | |
+10 −0 | include/llama.h | |
+7 −0 | scripts/sync-ggml-am.sh | |
+1 −1 | scripts/sync-ggml.last | |
+3 −0 | scripts/sync-ggml.sh | |
+391 −0 | src/llama-sampling.cpp | |
+18 −0 | src/llama-sampling.h | |
+16 −0 | src/llama-vocab.cpp | |
+5 −0 | src/llama-vocab.h | |
+4 −0 | src/llama.cpp | |
+32 −0 | tests/test-sampling.cpp |