-
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 #334 from janhq/update-submodule-2024-12-12-17-00
Update llama.cpp submodule to latest release b4311
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llama.cpp
updated
11 files
+1 −1 | .github/workflows/server.yml | |
+7 −7 | common/arg.cpp | |
+1 −1 | examples/quantize/README.md | |
+8 −8 | examples/server/README.md | |
+118 −80 | examples/server/public/index.html | |
+81 −43 | examples/server/webui/index.html | |
+7 −0 | examples/server/webui/package-lock.json | |
+1 −0 | examples/server/webui/package.json | |
+0 −225 | examples/server/webui/src/completion.js | |
+100 −28 | examples/server/webui/src/main.js | |
+1 −1 | gguf-py/pyproject.toml |