From c062a9d72e18926b97f4f5e6357a1986569069a1 Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期六, 24 六月 2023 21:03:59 +0800
Subject: [PATCH] add iArray initialization;split big datas to small blocks

---
 funasr/runtime/websocket/funasr-wss-server.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/funasr/runtime/websocket/funasr-wss-server.cpp b/funasr/runtime/websocket/funasr-wss-server.cpp
index a6fa2e1..874f306 100644
--- a/funasr/runtime/websocket/funasr-wss-server.cpp
+++ b/funasr/runtime/websocket/funasr-wss-server.cpp
@@ -5,7 +5,7 @@
 /* 2022-2023 by zhaomingwork */
 
 // io server
-// Usage:funasr-ws-server  [--model_thread_num <int>] [--decoder_thread_num <int>]
+// Usage:funasr-wss-server  [--model_thread_num <int>] [--decoder_thread_num <int>]
 //                    [--io_thread_num <int>] [--port <int>] [--listen_ip
 //                    <string>] [--punc-quant <string>] [--punc-dir <string>]
 //                    [--vad-quant <string>] [--vad-dir <string>] [--quantize

--
Gitblit v1.9.1