From 2d01812f8d76d0cba46e6af0c7b2e91da46e904b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AC=A3=E5=8D=97=E7=A7=91=E6=8A=80?= Date: Sun, 23 Feb 2025 16:22:21 +0800 Subject: [PATCH] Performance test (#118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update: optimize performance test files * update:异步测试方法 * update:改回默认FunASR --------- Co-authored-by: Alexisxty Co-authored-by: hrz <1710360675@qq.com> --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index c6347281..6763ee54 100644 --- a/config.yaml +++ b/config.yaml @@ -72,7 +72,7 @@ CMD_exit: # 具体处理时选择的模块(The module selected for specific processing) selected_module: - ASR: DoubaoASR + ASR: FunASR VAD: SileroVAD # 将根据配置名称对应的type调用实际的LLM适配器 LLM: ChatGLMLLM