websocket docs

This commit is contained in:
游雁 2023-04-29 01:03:41 +08:00
parent 6354967088
commit a3c0a0c4bf
3 changed files with 3 additions and 1 deletions

View File

@ -70,6 +70,7 @@ Overview
./runtime/grpc_python.md ./runtime/grpc_python.md
./runtime/grpc_cpp.md ./runtime/grpc_cpp.md
./runtime/websocket_python.md ./runtime/websocket_python.md
./runtime/websocket_cpp.md
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1

View File

@ -0,0 +1 @@
../../funasr/runtime/websocket/readme.md

View File

@ -1,4 +1,4 @@
# ONNXRuntime-cpp for Websocket Server # Service with websocket-cpp
## Export the model ## Export the model
### Install [modelscope and funasr](https://github.com/alibaba-damo-academy/FunASR#installation) ### Install [modelscope and funasr](https://github.com/alibaba-damo-academy/FunASR#installation)