-
Notifications
You must be signed in to change notification settings - Fork 993
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
13 files
+20 −12 | README.md | |
+6 −6 | examples/Miku.sh | |
+18 −30 | examples/chat-13B.sh | |
+32 −21 | examples/common.cpp | |
+1 −0 | examples/common.h | |
+126 −28 | examples/main/README.md | |
+16 −5 | examples/main/main.cpp | |
+124 −0 | ggml.c | |
+7 −0 | prompts/chat-with-vicuna-v0.txt | |
+7 −0 | prompts/chat-with-vicuna-v1.txt | |
+28 −0 | prompts/chat.txt | |
+1 −2 | prompts/dan.txt | |
+77 −0 | scripts/verify-checksum-models.py |