-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
12 files
+22 −22 | Makefile | |
+77 −58 | build.zig | |
+7 −0 | convert.py | |
+9 −2 | examples/common.cpp | |
+4 −2 | examples/console.cpp | |
+6 −0 | examples/main/README.md | |
+518 −371 | ggml-cuda.cu | |
+39 −18 | ggml-metal.m | |
+396 −150 | ggml.c | |
+113 −32 | ggml.h | |
+1 −1 | llama-util.h | |
+3 −3 | llama.cpp |