From 8a16e1c13e91c9a7c43ba546fd71b85765d9469f Mon Sep 17 00:00:00 2001
From: Meng Wei <wmeng94@gmail.com>
Date: 星期二, 17 十月 2023 09:57:03 +0800
Subject: [PATCH] fix expired link in python onnxruntime readme (#1013)

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