lingji-yidong
2024-08-19 f43da18b5e097515c12438c70fc7918c29e5d0c8
funasr/auto/auto_model.py
@@ -114,6 +114,9 @@
        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