| funasr/auto/auto_model.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| funasr/utils/version_checker.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| funasr/version.txt | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
funasr/auto/auto_model.py
@@ -114,9 +114,6 @@ try: from funasr.utils.version_checker import check_for_update print( "Check update of funasr, and it would cost few times. You may disable it by set `disable_update=True` in AutoModel" ) check_for_update(disable=kwargs.get("disable_update", False)) except: pass funasr/utils/version_checker.py
@@ -20,6 +20,9 @@ if disable: return print( "Check update of funasr, and it would cost few times. You may disable it by set `disable_update=True` in AutoModel" ) pypi_version = get_pypi_version("funasr") if current_version < pypi_version: funasr/version.txt
@@ -1 +1 @@ 1.1.5 1.1.6