-
Notifications
You must be signed in to change notification settings - Fork 54
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
Marcus Dunn
committed
Jan 21, 2024
1 parent
40d4b04
commit c85679b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
12 files
+12 −0 | CMakeLists.txt | |
+1 −0 | README.md | |
+5 −4 | convert-hf-to-gguf.py | |
+5 −9 | convert-llama-ggml-to-gguf.py | |
+1 −2 | convert-lora-to-ggml.py | |
+6 −4 | convert-persimmon-to-gguf.py | |
+223 −414 | convert.py | |
+6 −6 | examples/perplexity/perplexity.cpp | |
+20 −14 | ggml-backend.c | |
+5 −3 | ggml-cuda.cu | |
+79 −66 | llama.cpp | |
+1 −0 | mypy.ini |