游雁 2 лет назад
Родитель
Сommit
7845806cd8
4 измененных файлов с 4 добавлено и 6 удалено
  1. 1 3
      docs/index.rst
  2. 1 1
      funasr/runtime/python/onnxruntime/setup.py
  3. 1 1
      funasr/runtime/readme.md
  4. 1 1
      funasr/runtime/readme_cn.md

+ 1 - 3
docs/index.rst

@@ -71,11 +71,9 @@ Overview
    :maxdepth: 1
    :maxdepth: 1
    :caption: Runtime and Service
    :caption: Runtime and Service
 
 
-
+   ./funasr/runtime/readme.md
    ./funasr/runtime/docs/SDK_tutorial_online.md
    ./funasr/runtime/docs/SDK_tutorial_online.md
    ./funasr/runtime/docs/SDK_tutorial.md
    ./funasr/runtime/docs/SDK_tutorial.md
-   ./funasr/runtime/python/websocket/README.md
-   ./funasr/runtime/websocket/readme.md
    ./funasr/runtime/html5/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'
 MODULE_NAME = 'funasr_onnx'
-VERSION_NUM = '0.1.2'
+VERSION_NUM = '0.2.0'
 
 
 setuptools.setup(
 setuptools.setup(
     name=MODULE_NAME,
     name=MODULE_NAME,

+ 1 - 1
funasr/runtime/readme.md

@@ -1,4 +1,4 @@
-# FunASR runtime-SDK
+# FunASR Runtime Roadmap
 中文文档([点击此处](./readme_cn.md))
 中文文档([点击此处](./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. 
 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))
 English Version([docs](./readme.md))