File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 " **/*.c" ,
2222 " **/*.cpp" ,
2323 " **/*.cu" ,
24+ " examples/server/frontend" ,
2425 " examples/server/frontend/**" ,
2526 ]
2627 pull_request :
3536 " **/*.c" ,
3637 " **/*.cpp" ,
3738 " **/*.cu" ,
39+ " examples/server/frontend" ,
3840 " examples/server/frontend/**" ,
3941 ]
4042
Original file line number Diff line number Diff line change 33 url = https://github.com/ggml-org/ggml.git
44[submodule "examples/server/frontend "]
55 path = examples/server/frontend
6- url = https://github.com/leejet/stable-ui .git
6+ url = https://github.com/leejet/sdcpp-webui .git
77[submodule "thirdparty/libwebp "]
88 path = thirdparty/libwebp
99 url = https://github.com/webmproject/libwebp.git
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The server can optionally build the web frontend and embed it into the binary as
88
99Install the following tools:
1010
11- * ** Node.js** ≥ 22.18
11+ * ** Node.js** ≥ 20
1212 https://nodejs.org/
1313
1414* ** pnpm** ≥ 10
@@ -54,7 +54,7 @@ and embed the generated frontend into the server binary.
5454
5555## Frontend Repository
5656
57- The web frontend is maintained in a ** separate repository** , https://github.com/leejet/stable-ui .
57+ The web frontend is maintained in a ** separate repository** , https://github.com/leejet/sdcpp-webui .
5858
5959If you want to modify the UI or frontend logic, please submit pull requests to the ** frontend repository** .
6060
You can’t perform that action at this time.
0 commit comments