Skip to content

Commit fd35047

Browse files
authored
feat: use sdcpp-webui as embedded webui (#1408)
1 parent 7ade90e commit fd35047

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
"**/*.c",
2222
"**/*.cpp",
2323
"**/*.cu",
24+
"examples/server/frontend",
2425
"examples/server/frontend/**",
2526
]
2627
pull_request:
@@ -35,6 +36,7 @@ on:
3536
"**/*.c",
3637
"**/*.cpp",
3738
"**/*.cu",
39+
"examples/server/frontend",
3840
"examples/server/frontend/**",
3941
]
4042

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

examples/server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The server can optionally build the web frontend and embed it into the binary as
88

99
Install 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

5959
If you want to modify the UI or frontend logic, please submit pull requests to the **frontend repository**.
6060

examples/server/frontend

0 commit comments

Comments
 (0)