-
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 #267 from janhq/update-submodule-2024-10-25-17-07
Update llama.cpp submodule to latest release b3976
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
9 files
+1 −1 | ci/run.sh | |
+3 −0 | convert_hf_to_gguf.py | |
+1 −0 | convert_hf_to_gguf_update.py | |
+12 −0 | examples/server/README.md | |
+137 −336 | examples/server/server.cpp | |
+36 −0 | examples/server/tests/features/infill.feature | |
+46 −0 | examples/server/tests/features/steps/steps.py | |
+243 −13 | examples/server/utils.hpp | |
+57 −0 | ggml/src/llamafile/sgemm.cpp |