Skip to content

Commit 6662e28

Browse files
committed
squash! server : update auto gen files comments [no ci]
Remove the comments in server.cpp that mention that information can be found in the README.md file.
1 parent 6d21abf commit 6662e28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/server/server.cpp

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

17-
// auto generated files
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)
17+
// auto generated files (see README.md for details)
2018
#include "index.html.gz.hpp"
2119
#include "loading.html.hpp"
2220

0 commit comments

Comments
 (0)