-
Notifications
You must be signed in to change notification settings - Fork 1k
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
11 files
+1 −1 | .github/workflows/close-issue.yml | |
+1 −1 | common/common.h | |
+2 −2 | common/log.h | |
+1 −1 | examples/main/main.cpp | |
+115 −3 | examples/perplexity/README.md | |
+175 −55 | examples/perplexity/perplexity.cpp | |
+56 −32 | examples/server/tests/features/results.feature | |
+100 −48 | examples/server/tests/features/steps/steps.py | |
+40 −5 | ggml-cuda/common.cuh | |
+3 −3 | ggml-cuda/fattn.cu | |
+1 −1 | llama.cpp |