From 4e0404e04ed890717ead276e52c927a820326ec1 Mon Sep 17 00:00:00 2001 From: aky15 <ankeyu.aky@11.17.44.249> Date: 星期三, 01 十一月 2023 16:47:13 +0800 Subject: [PATCH] fix rwkv infer bugs --- funasr/runtime/docs/SDK_advanced_guide_offline.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/funasr/runtime/docs/SDK_advanced_guide_offline.md b/funasr/runtime/docs/SDK_advanced_guide_offline.md index ac87653..43a69cd 100644 --- a/funasr/runtime/docs/SDK_advanced_guide_offline.md +++ b/funasr/runtime/docs/SDK_advanced_guide_offline.md @@ -84,7 +84,7 @@ --port 10095 \ --certfile ../../../ssl_key/server.crt \ --keyfile ../../../ssl_key/server.key \ - --hotwordsfile ../../hotwords.txt > log.out 2>&1 & + --hotword ../../hotwords.txt > log.out 2>&1 & ``` Introduction to run_server.sh parameters: @@ -103,7 +103,7 @@ --io-thread-num: Number of IO threads that the server starts. Default is 1. --certfile <string>: SSL certificate file. Default is ../../../ssl_key/server.crt. If you want to close ssl锛宻et 0 --keyfile <string>: SSL key file. Default is ../../../ssl_key/server.key. ---hotwordsfile Hotword file path, one line for each hot word, if the client provides hot words, then combined with the hot words provided by the client. Default is ../../hotwords.txt +--hotword Hotword file path, one line for each hot word, if the client provides hot words, then combined with the hot words provided by the client. Default is ../../hotwords.txt ``` ### Shutting Down the FunASR Service -- Gitblit v1.9.1