diff --git a/docs/index.rst b/docs/index.rst index e6aff5fab..b8fcacdeb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,6 +70,7 @@ Overview ./runtime/grpc_python.md ./runtime/grpc_cpp.md ./runtime/websocket_python.md + ./runtime/websocket_cpp.md .. toctree:: :maxdepth: 1 diff --git a/docs/runtime/websocket_cpp.md b/docs/runtime/websocket_cpp.md new file mode 120000 index 000000000..8a87df5e4 --- /dev/null +++ b/docs/runtime/websocket_cpp.md @@ -0,0 +1 @@ +../../funasr/runtime/websocket/readme.md \ No newline at end of file diff --git a/funasr/runtime/websocket/readme.md b/funasr/runtime/websocket/readme.md index d5cba00d8..7ed6d7104 100644 --- a/funasr/runtime/websocket/readme.md +++ b/funasr/runtime/websocket/readme.md @@ -1,4 +1,4 @@ -# ONNXRuntime-cpp for Websocket Server +# Service with websocket-cpp ## Export the model ### Install [modelscope and funasr](https://github.com/alibaba-damo-academy/FunASR#installation)