From b7b4a83c18277a7022124cad790c08ae703b7a2d Mon Sep 17 00:00:00 2001
From: 北念 <lzr265946@alibaba-inc.com>
Date: 星期三, 24 七月 2024 19:09:23 +0800
Subject: [PATCH] Merge branch 'main' of https://github.com/modelscope/FunASR into main

---
 runtime/python/onnxruntime/setup.py |    2 +-
 runtime/html5/readme_zh.md          |    2 +-
 runtime/html5/readme.md             |    2 +-
 runtime/python/libtorch/setup.py    |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/runtime/html5/readme.md b/runtime/html5/readme.md
index 2cde826..08c218e 100644
--- a/runtime/html5/readme.md
+++ b/runtime/html5/readme.md
@@ -5,7 +5,7 @@
 The server deployment uses the websocket protocol. The client can support html5 webpage access and microphone input or file input. There are two ways to access the service:
 - Method 1: 
 
-  Directly connect to the html client, manually download the client ([click here](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/html5/static)) to the local computer, and open the index.html webpage to enter the wss address and port number.
+  Directly connect to the html client, manually download the client ([click here](https://github.com/modelscope/FunASR/tree/main/runtime/html5/static)) to the local computer, and open the index.html webpage to enter the wss address and port number.
 
 - Method 2: 
 
diff --git a/runtime/html5/readme_zh.md b/runtime/html5/readme_zh.md
index 1010838..83d0783 100644
--- a/runtime/html5/readme_zh.md
+++ b/runtime/html5/readme_zh.md
@@ -5,7 +5,7 @@
 鏈嶅姟绔儴缃查噰鐢╳ebsocket鍗忚锛屽鎴风鍙互鏀寔html5缃戦〉璁块棶锛屾敮鎸侀害鍏嬮杈撳叆涓庢枃浠惰緭鍏ワ紝鍙互閫氳繃濡備笅2绉嶆柟寮忚闂細
 - 鏂瑰紡涓�锛�
 
-   html瀹㈡埛绔洿杩烇紝鎵嬪姩涓嬭浇瀹㈡埛绔紙[鐐瑰嚮姝ゅ](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/html5/static)锛夎嚦鏈湴锛屾墦寮�`index.html`缃戦〉锛岃緭鍏ss鍦板潃涓庣鍙e彿
+   html瀹㈡埛绔洿杩烇紝鎵嬪姩涓嬭浇瀹㈡埛绔紙[鐐瑰嚮姝ゅ](https://github.com/modelscope/FunASR/tree/main/runtime/html5/static)锛夎嚦鏈湴锛屾墦寮�`index.html`缃戦〉锛岃緭鍏ss鍦板潃涓庣鍙e彿
 
 - 鏂瑰紡浜岋細
 
diff --git a/runtime/python/libtorch/setup.py b/runtime/python/libtorch/setup.py
index 90619a0..bd6f389 100644
--- a/runtime/python/libtorch/setup.py
+++ b/runtime/python/libtorch/setup.py
@@ -15,7 +15,7 @@
 
 setuptools.setup(
     name="funasr_torch",
-    version="0.1.1",
+    version="0.1.2",
     platforms="Any",
     url="https://github.com/alibaba-damo-academy/FunASR.git",
     author="Speech Lab of DAMO Academy, Alibaba Group",
diff --git a/runtime/python/onnxruntime/setup.py b/runtime/python/onnxruntime/setup.py
index 4a80be6..26dce2c 100644
--- a/runtime/python/onnxruntime/setup.py
+++ b/runtime/python/onnxruntime/setup.py
@@ -13,7 +13,7 @@
 
 
 MODULE_NAME = "funasr_onnx"
-VERSION_NUM = "0.4.0"
+VERSION_NUM = "0.4.1"
 
 setuptools.setup(
     name=MODULE_NAME,

--
Gitblit v1.9.1