Skip to content

Commit

Permalink
[Example] ChatTTS: fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grorge123 authored and hydai committed Sep 23, 2024
1 parent 877fc62 commit f1496d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasmedge-chatTTS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cmake --build build
cmake --install build
```

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.
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.

## Build wasm

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

</td>
</tr>
</table>
</table>

0 comments on commit f1496d6

Please sign in to comment.