Skip to content

Commit f1496d6

Browse files
grorge123hydai
authored andcommitted
[Example] ChatTTS: fix README typo
1 parent 877fc62 commit f1496d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wasmedge-chatTTS/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cmake --build build
2222
cmake --install build
2323
```
2424

25-
Then you will have an executable `wasmedge` runtime under `/usr/local/bin` and the WASI-NN with Neural Speed backend plug-in under `/usr/local/lib/wasmedge/libwasmedgePluginWasiNN.so` after installation.
25+
Then you will have an executable `wasmedge` runtime under `/usr/local/bin` and the WASI-NN with ChatTTS backend plug-in under `/usr/local/lib/wasmedge/libwasmedgePluginWasiNN.so` after installation.
2626

2727
## Build wasm
2828

@@ -66,4 +66,4 @@ let config_data = serde_json::to_string(&json!({"prompt": "[oral_2][laugh_0][bre
6666

6767
</td>
6868
</tr>
69-
</table>
69+
</table>

0 commit comments

Comments
 (0)