From 8a06a9da3129368c0fd7914049e33d492c8aea36 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期二, 08 八月 2023 19:37:20 +0800 Subject: [PATCH] Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main --- funasr/runtime/docs/SDK_tutorial_online.md | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/funasr/runtime/docs/SDK_tutorial_online.md b/funasr/runtime/docs/SDK_tutorial_online.md index 10bc6b9..b4800bb 100644 --- a/funasr/runtime/docs/SDK_tutorial_online.md +++ b/funasr/runtime/docs/SDK_tutorial_online.md @@ -112,12 +112,7 @@ sudo bash funasr-runtime-deploy-online-cpu-zh.sh start ``` -### Set SSL -SSL verification is enabled by default. If you need to disable it, you can set it when starting. -```shell -sudo bash funasr-runtime-deploy-online-cpu-zh.sh --ssl 0 -``` ### Stop the FunASR service @@ -165,6 +160,12 @@ sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --workspace ./funasr-runtime-resources ``` +### Set SSL + +SSL verification is enabled by default. If you need to disable it, you can set it when starting. +```shell +sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --ssl 0 +``` ## Contact Us -- Gitblit v1.9.1