Skip to content

Commit 2eead75

Browse files
committed
server : update auto gen files comments [no ci]
This commit updates the 'auto generated files' comments in server.cpp and removes `deps.sh` from the comment. The motivation for this change is that `deps.sh` was removed in Commit 91c36c2 ("server : (web ui) Various improvements, now use vite as bundler (ggml-org#10599)").
1 parent f0d4b29 commit 2eead75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/server/server.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
// mime type for sending response
1515
#define MIMETYPE_JSON "application/json; charset=utf-8"
1616

17-
// auto generated files (update with ./deps.sh)
17+
// auto generated files update by:
18+
// $ npm run build --prefix examples/server/webui (updates examples/server/public/index.html.gz)
19+
// $ cmake --build build --target llama-server (generates build/examples/server/index.html.gz.hpp)
1820
#include "index.html.gz.hpp"
1921
#include "loading.html.hpp"
2022

0 commit comments

Comments
 (0)