游雁 vor 2 Jahren
Ursprung
Commit
7845806cd8

+ 1 - 3
docs/index.rst

@@ -71,11 +71,9 @@ Overview
    :maxdepth: 1
    :caption: Runtime and Service
 
-
+   ./funasr/runtime/readme.md
    ./funasr/runtime/docs/SDK_tutorial_online.md
    ./funasr/runtime/docs/SDK_tutorial.md
-   ./funasr/runtime/python/websocket/README.md
-   ./funasr/runtime/websocket/readme.md
    ./funasr/runtime/html5/readme.md
 
 

+ 1 - 1
funasr/runtime/python/onnxruntime/setup.py

@@ -13,7 +13,7 @@ def get_readme():
 
 
 MODULE_NAME = 'funasr_onnx'
-VERSION_NUM = '0.1.2'
+VERSION_NUM = '0.2.0'
 
 setuptools.setup(
     name=MODULE_NAME,

+ 1 - 1
funasr/runtime/readme.md

@@ -1,4 +1,4 @@
-# FunASR runtime-SDK
+# FunASR Runtime Roadmap
 中文文档([点击此处](./readme_cn.md))
 
 FunASR is a speech recognition framework developed by the Speech Lab of DAMO Academy, which integrates industrial-level models in the fields of speech endpoint detection, speech recognition, punctuation segmentation, and more. 

+ 1 - 1
funasr/runtime/readme_cn.md

@@ -1,4 +1,4 @@
-# FunASR runtime-SDK
+# FunASR软件包路线图
 
 English Version([docs](./readme.md))