This commit is contained in:
游雁 2023-06-30 10:28:27 +08:00
parent 41908baa1d
commit f97b8abdf9
9 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
../../funasr/runtime/python/benchmark_libtorch.md
../../funasr/runtime/docs/benchmark_libtorch.md

View File

@ -1 +1 @@
../../funasr/runtime/python/benchmark_onnx.md
../../funasr/runtime/docs/benchmark_onnx.md

View File

@ -1 +1 @@
../../funasr/runtime/python/benchmark_onnx_cpp.md
../../funasr/runtime/docs/benchmark_onnx_cpp.md

View File

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

View File

@ -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
```
#### 启动过程配置详解

View File

@ -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)
我们以免费试用13个月为例演示如何申请服务器流程图文步骤如下