From 1af68ba6ffc21d4dc3bd5f01cda656def97e361c Mon Sep 17 00:00:00 2001
From: Nixon <2465004358@qq.com>
Date: 星期六, 14 九月 2024 10:13:23 +0800
Subject: [PATCH] fix bug, 1 fix cuda oom, 2 fix choose a window size 400 that is [2, 0] (#2075)
---
funasr/auto/auto_model.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/funasr/auto/auto_model.py b/funasr/auto/auto_model.py
index f735f18..ca1f202 100644
--- a/funasr/auto/auto_model.py
+++ b/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
--
Gitblit v1.9.1