mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-04-19 13:45:53 +02:00
* webui: no more gzip
* try changing a small line
* Revert "try changing a small line"
This reverts commit 0d7a353159.
* fix lint
* fix test
* rebuild
* split into html/css/js
* lint
* chore: update webui build output
* chore: Update git hooks script
* server: update webui build output
* chore: Update pre-commit hook
* refactor: Cleanup
---------
Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>
4 lines
160 B
Bash
Executable File
4 lines
160 B
Bash
Executable File
rm -rf ../public/_app;
|
|
rm ../public/favicon.svg;
|
|
rm -f ../public/index.html.gz; # deprecated, but may still be generated by older versions of the build process
|