-
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 #140 from janhq/update-submodule-2024-07-11-17-06
Update llama.cpp submodule to latest release b3373
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
10 files
+5 −0 | .gitignore | |
+8 −16 | Makefile | |
+2 −0 | examples/server/server.cpp | |
+7 −1 | examples/tokenize/tokenize.cpp | |
+4 −0 | ggml/src/ggml-cuda/mma.cuh | |
+704 −615 | ggml/src/ggml-cuda/mmq.cuh | |
+82 −25 | ggml/src/ggml-cuda/quantize.cu | |
+5 −1 | ggml/src/ggml-cuda/quantize.cuh | |
+49 −23 | ggml/src/ggml-cuda/vecdotq.cuh | |
+1 −1 | src/llama.cpp |