游雁
2024-08-20 1b3c0da93757ad9af53f373ae932296fdb8f3c63
v1.1.6
3个文件已修改
8 ■■■■ 已修改文件
funasr/auto/auto_model.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/utils/version_checker.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/version.txt 2 ●●● 补丁 | 查看 | 原始文档 | 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