-
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 #384 from janhq/update-submodule-2025-01-27-17-00
Update llama.cpp submodule to latest release b4567
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
8 files
+2 −2 | .devops/vulkan.Dockerfile | |
+3 −1 | .github/workflows/docker.yml | |
+10 −10 | ggml/src/ggml-cuda/common.cuh | |
+65 −2 | ggml/src/ggml-cuda/ggml-cuda.cu | |
+125 −19 | ggml/src/ggml-metal/ggml-metal.m | |
+1 −1 | src/llama-model-loader.cpp | |
+7 −2 | src/llama-vocab.cpp | |
+139 −102 | src/llama.cpp |