-
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.
Merge pull request #167 from janhq/update-submodule-2024-07-30-17-06
Update llama.cpp submodule to latest release b3490
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
8 files
+1 −0 | ggml/CMakeLists.txt | |
+1 −5 | ggml/src/CMakeLists.txt | |
+6 −6 | ggml/src/ggml-quants.c | |
+4 −0 | ggml/src/ggml-sycl.cpp | |
+1 −0 | ggml/src/ggml-sycl/backend.hpp | |
+1 −0 | ggml/src/ggml-sycl/presets.hpp | |
+71 −0 | ggml/src/ggml-sycl/tsembd.cpp | |
+21 −0 | ggml/src/ggml-sycl/tsembd.hpp |