-
Notifications
You must be signed in to change notification settings - Fork 23
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
3 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule llama.cpp
updated
5 files
+5 −1 | docs/build.md | |
+138 −27 | ggml/src/ggml-cann/aclnn_ops.cpp | |
+15 −0 | ggml/src/ggml-cuda.cu | |
+1 −1 | ggml/src/ggml-sycl/mmvq.cpp | |
+3 −0 | tests/test-backend-ops.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3897d6c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain a little what this does? It seems to me that I should just keep this cache enabled all the time? Are there any downside or other '"gotcha's"?