-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule to latest release b3091 (#76)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d29faee
commit 34a2589
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
21 files
+6 −6 | examples/baby-llama/baby-llama.cpp | |
+6 −6 | examples/convert-legacy-llama.py | |
+1 −1 | examples/finetune/finetune.cpp | |
+1 −13 | examples/main/README.md | |
+1 −1 | examples/train-text-from-scratch/train-text-from-scratch.cpp | |
+107 −166 | ggml-cuda/rope.cu | |
+8 −5 | ggml-kompute.cpp | |
+28 −24 | ggml-metal.m | |
+83 −59 | ggml-metal.metal | |
+7 −67 | ggml-sycl.cpp | |
+8 −14 | ggml-vulkan.cpp | |
+97 −233 | ggml.c | |
+9 −27 | ggml.h | |
+1 −1 | kompute-shaders/op_rope_f16.comp | |
+1 −1 | kompute-shaders/op_rope_f32.comp | |
+6 −6 | kompute-shaders/rope_common.comp | |
+62 −62 | llama.cpp | |
+10 −10 | llama.h | |
+16 −15 | tests/test-backend-ops.cpp | |
+2 −2 | tests/test-grad0.cpp | |
+3 −3 | tests/test-rope.cpp |