-
Notifications
You must be signed in to change notification settings - Fork 995
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
15 files
+1 −1 | common/CMakeLists.txt | |
+22 −8 | common/common.cpp | |
+3 −0 | common/common.h | |
+8 −8 | convert-hf-to-gguf.py | |
+3 −3 | examples/gguf-split/gguf-split.cpp | |
+8 −0 | examples/imatrix/imatrix.cpp | |
+0 −10 | examples/rpc/rpc-server.cpp | |
+1 −1 | examples/server/README.md | |
+120 −16 | examples/server/server.cpp | |
+7 −0 | examples/server/utils.hpp | |
+1 −0 | ggml-sycl.cpp | |
+56 −72 | ggml-vulkan.cpp | |
+155 −117 | gguf-py/gguf/gguf_writer.py | |
+2 −4 | gguf-py/scripts/gguf-new-metadata.py | |
+8 −0 | llama.cpp |