From 09535ddf6c9396c2817e4cb4c4dc60ffb7f4fc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Fri, 14 Apr 2023 23:15:32 +0800 Subject: [PATCH] readme --- funasr/runtime/python/libtorch/README.md | 2 -- funasr/runtime/python/libtorch/setup.py | 2 +- funasr/runtime/python/onnxruntime/README.md | 4 ---- funasr/runtime/python/onnxruntime/setup.py | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/funasr/runtime/python/libtorch/README.md b/funasr/runtime/python/libtorch/README.md index aeb2eae4b..24fde45ed 100644 --- a/funasr/runtime/python/libtorch/README.md +++ b/funasr/runtime/python/libtorch/README.md @@ -2,8 +2,6 @@ [FunASR](https://github.com/alibaba-damo-academy/FunASR) hopes to build a bridge between academic research and industrial applications on speech recognition. By supporting the training & finetuning of the industrial-grade speech recognition model released on ModelScope, researchers and developers can conduct research and production of speech recognition models more conveniently, and promote the development of speech recognition ecology. ASR for Fun! -### Introduction -- Model comes from [speech_paraformer](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary). ### Steps: 1. Export the model. diff --git a/funasr/runtime/python/libtorch/setup.py b/funasr/runtime/python/libtorch/setup.py index 15609507b..51da4dbe2 100644 --- a/funasr/runtime/python/libtorch/setup.py +++ b/funasr/runtime/python/libtorch/setup.py @@ -15,7 +15,7 @@ def get_readme(): setuptools.setup( name='funasr_torch', - version='0.0.3', + version='0.0.4', platforms="Any", url="https://github.com/alibaba-damo-academy/FunASR.git", author="Speech Lab, Alibaba Group, China", diff --git a/funasr/runtime/python/onnxruntime/README.md b/funasr/runtime/python/onnxruntime/README.md index e19e3a226..ce6decf1e 100644 --- a/funasr/runtime/python/onnxruntime/README.md +++ b/funasr/runtime/python/onnxruntime/README.md @@ -1,10 +1,6 @@ ## Using funasr with ONNXRuntime -### Introduction -- Model comes from [speech_paraformer](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary). - - ### Steps: 1. Export the model. - Command: (`Tips`: torch >= 1.11.0 is required.) diff --git a/funasr/runtime/python/onnxruntime/setup.py b/funasr/runtime/python/onnxruntime/setup.py index 1e1c6b174..e977f505d 100644 --- a/funasr/runtime/python/onnxruntime/setup.py +++ b/funasr/runtime/python/onnxruntime/setup.py @@ -13,7 +13,7 @@ def get_readme(): MODULE_NAME = 'funasr_onnx' -VERSION_NUM = '0.0.4' +VERSION_NUM = '0.0.5' setuptools.setup( name=MODULE_NAME,