游雁
2024-08-20 10dd49637eb7a38e99d0e55f81a5ef380914e80f
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