From c8bc77e4c0480b7a85682916cba21aa551df35fd Mon Sep 17 00:00:00 2001
From: lyblsgo <wucong.lyb@alibaba-inc.com>
Date: 星期一, 16 十月 2023 12:51:32 +0800
Subject: [PATCH] update docker image id
---
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