-
Notifications
You must be signed in to change notification settings - Fork 7
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 b4406 (#356)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2341430
commit 44412ee
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
9 files
+1 −0 | README.md | |
+6 −0 | examples/server/README.md | |
+76 −40 | examples/server/server.cpp | |
+6 −0 | examples/server/tests/README.md | |
+1 −0 | examples/server/tests/requirements.txt | |
+83 −10 | examples/server/tests/unit/test_lora.py | |
+1 −9 | examples/server/tests/unit/test_speculative.py | |
+21 −0 | examples/server/tests/utils.py | |
+41 −0 | examples/server/utils.hpp |