diff --git a/docs/benchmark/benchmark_libtorch.md b/docs/benchmark/benchmark_libtorch.md index f1cd73c53..04ba6822f 120000 --- a/docs/benchmark/benchmark_libtorch.md +++ b/docs/benchmark/benchmark_libtorch.md @@ -1 +1 @@ -../../funasr/runtime/python/benchmark_libtorch.md \ No newline at end of file +../../funasr/runtime/docs/benchmark_libtorch.md \ No newline at end of file diff --git a/docs/benchmark/benchmark_onnx.md b/docs/benchmark/benchmark_onnx.md index 14e2fbebf..c199094cc 120000 --- a/docs/benchmark/benchmark_onnx.md +++ b/docs/benchmark/benchmark_onnx.md @@ -1 +1 @@ -../../funasr/runtime/python/benchmark_onnx.md \ No newline at end of file +../../funasr/runtime/docs/benchmark_onnx.md \ No newline at end of file diff --git a/docs/benchmark/benchmark_onnx_cpp.md b/docs/benchmark/benchmark_onnx_cpp.md index 37548525e..c4ab1089a 120000 --- a/docs/benchmark/benchmark_onnx_cpp.md +++ b/docs/benchmark/benchmark_onnx_cpp.md @@ -1 +1 @@ -../../funasr/runtime/python/benchmark_onnx_cpp.md \ No newline at end of file +../../funasr/runtime/docs/benchmark_onnx_cpp.md \ No newline at end of file diff --git a/funasr/runtime/docs/SDK_tutorial.md b/funasr/runtime/docs/SDK_tutorial.md index cbed74877..a4e46f152 100644 --- a/funasr/runtime/docs/SDK_tutorial.md +++ b/funasr/runtime/docs/SDK_tutorial.md @@ -11,7 +11,7 @@ Environment Preparation and Configuration([docs](./aliyun_server_tutorial.md) Run the following command to perform a one-click deployment of the FunASR runtime-SDK service. Follow the prompts to complete the deployment and running of the service. Currently, only Linux environments are supported, and for other environments, please refer to the Advanced SDK Development Guide. Due to network restrictions, the download of the funasr-runtime-deploy.sh one-click deployment tool may not proceed smoothly. If the tool has not been downloaded and entered into the one-click deployment tool after several seconds, please terminate it with Ctrl + C and run the following command again. ```shell -curl -O https://raw.githubusercontent.com/alibaba-damo-academy/FunASR-APP/main/TransAudio/funasr-runtime-deploy.sh ; sudo bash funasr-runtime-deploy.sh install +curl -O https://raw.githubusercontent.com/alibaba-damo-academy/FunASR-APP/main/TransAudio/funasr-runtime-deploy.sh; sudo bash funasr-runtime-deploy.sh install ``` #### Details of Configuration diff --git a/funasr/runtime/docs/SDK_tutorial_cn.md b/funasr/runtime/docs/SDK_tutorial_cn.md index ff599e008..a46550153 100644 --- a/funasr/runtime/docs/SDK_tutorial_cn.md +++ b/funasr/runtime/docs/SDK_tutorial_cn.md @@ -11,7 +11,7 @@ FunASR提供可便捷本地或者云端服务器部署的离线文件转写服 受限于网络,funasr-runtime-deploy.sh一键部署工具的下载可能不顺利,遇到数秒还未下载进入一键部署工具的情况,请Ctrl + C 终止后再次运行以下命令。 ```shell -curl -O https://raw.githubusercontent.com/alibaba-damo-academy/FunASR-APP/main/TransAudio/funasr-runtime-deploy.sh ; sudo bash funasr-runtime-deploy.sh install +curl -O https://raw.githubusercontent.com/alibaba-damo-academy/FunASR-APP/main/TransAudio/funasr-runtime-deploy.sh; sudo bash funasr-runtime-deploy.sh install ``` #### 启动过程配置详解 diff --git a/funasr/runtime/docs/aliyun_server_tutorial.md b/funasr/runtime/docs/aliyun_server_tutorial.md index 9689fdf9c..e68d8bf24 100644 --- a/funasr/runtime/docs/aliyun_server_tutorial.md +++ b/funasr/runtime/docs/aliyun_server_tutorial.md @@ -8,7 +8,7 @@ - 配置一(高配):X86架构,32/64核8369CPU,内存8G以上; - 配置二:X86架构,32/64核8163CPU,内存8G以上; -详细性能测试报告:[点此链接](../../funasr/runtime/python/benchmark_onnx_cpp.md) +详细性能测试报告:[点此链接](./benchmark_onnx_cpp.md) 我们以免费试用(1~3个月)为例,演示如何申请服务器流程,图文步骤如下: diff --git a/funasr/runtime/python/benchmark_libtorch.md b/funasr/runtime/docs/benchmark_libtorch.md similarity index 100% rename from funasr/runtime/python/benchmark_libtorch.md rename to funasr/runtime/docs/benchmark_libtorch.md diff --git a/funasr/runtime/python/benchmark_onnx.md b/funasr/runtime/docs/benchmark_onnx.md similarity index 100% rename from funasr/runtime/python/benchmark_onnx.md rename to funasr/runtime/docs/benchmark_onnx.md diff --git a/funasr/runtime/python/benchmark_onnx_cpp.md b/funasr/runtime/docs/benchmark_onnx_cpp.md similarity index 100% rename from funasr/runtime/python/benchmark_onnx_cpp.md rename to funasr/runtime/docs/benchmark_onnx_cpp.md