From 0dd01a880b8a7ed1d4549ee9b3a3d224e6fa1409 Mon Sep 17 00:00:00 2001
From: Xian Shi <40013335+R1ckShi@users.noreply.github.com>
Date: 星期二, 17 十月 2023 16:47:40 +0800
Subject: [PATCH] Merge pull request #855 from alibaba-damo-academy/dev_onnx

---
 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