-
Notifications
You must be signed in to change notification settings - Fork 7
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 #394 from janhq/update-submodule-2025-02-05-17-01
Update llama.cpp submodule to latest release b4644
- 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
+1 −0 | README.md | |
+17 −4 | common/arg.cpp | |
+180 −33 | common/chat-template.hpp | |
+35 −12 | common/chat.cpp | |
+2 −7 | common/common.cpp | |
+7 −1 | common/minja.hpp | |
+7 −0 | examples/llava/CMakeLists.txt | |
+44 −0 | examples/llava/README-quantize.md | |
+59 −0 | examples/llava/clip-quantize-cli.cpp | |
+3 −5 | examples/llava/clip.cpp | |
+9 −1 | examples/run/run.cpp | |
+9 −3 | examples/server/server.cpp | |
+5 −3 | examples/server/tests/unit/test_tool_call.py | |
+15 −16 | ggml/src/ggml-cuda/ggml-cuda.cu | |
+70 −44 | ggml/src/ggml-cuda/mmv.cu | |
+57 −32 | ggml/src/ggml-cuda/norm.cu | |
+3 −0 | ggml/src/ggml-hip/CMakeLists.txt | |
+4 −3 | ggml/src/ggml-metal/ggml-metal.m | |
+2 −0 | ggml/src/ggml-vulkan/ggml-vulkan.cpp | |
+4 −2 | src/llama.cpp | |
+27 −11 | tests/test-backend-ops.cpp | |
+15 −17 | tests/test-chat.cpp |