mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
bugfix python runtime
This commit is contained in:
parent
d916542e34
commit
5ae7062540
@ -15,7 +15,7 @@ def get_readme():
|
||||
|
||||
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",
|
||||
|
||||
@ -13,7 +13,7 @@ def get_readme():
|
||||
|
||||
|
||||
MODULE_NAME = "funasr_onnx"
|
||||
VERSION_NUM = "0.4.0"
|
||||
VERSION_NUM = "0.4.1"
|
||||
|
||||
setuptools.setup(
|
||||
name=MODULE_NAME,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user