From c5256211d6f45eb943b203d16da7439d42abe885 Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期一, 16 十月 2023 12:36:02 +0800
Subject: [PATCH] update funasr-wss-server.cpp
---
funasr/runtime/websocket/bin/funasr-wss-server.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/funasr/runtime/websocket/bin/funasr-wss-server.cpp b/funasr/runtime/websocket/bin/funasr-wss-server.cpp
index eb1402b..55ce07b 100644
--- a/funasr/runtime/websocket/bin/funasr-wss-server.cpp
+++ b/funasr/runtime/websocket/bin/funasr-wss-server.cpp
@@ -205,6 +205,7 @@
found = s_asr_path.find("speech_paraformer-large_asr_nat-en-16k-common-vocab10020");
if (found != std::string::npos) {
model_path["model-revision"]="v1.0.0";
+ s_itn_path="";
}
// modelscope
--
Gitblit v1.9.1