-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: thxCode <thxcode0824@gmail.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
7 files
+8 −0 | ggml/src/ggml-cuda.cu | |
+89 −0 | ggml/src/ggml-cuda/rwkv-wkv.cu | |
+5 −0 | ggml/src/ggml-cuda/rwkv-wkv.cuh | |
+28 −0 | ggml/src/ggml-cuda/unary.cu | |
+3 −0 | ggml/src/ggml-cuda/unary.cuh | |
+2 −6 | src/llama.cpp | |
+35 −0 | tests/test-backend-ops.cpp |