From 1cf100ce7a8c191cfc04e767a0a78592e47d3daf Mon Sep 17 00:00:00 2001 From: nichongjia-2007 <nichongjia@gmail.com> Date: 星期四, 11 五月 2023 09:47:35 +0800 Subject: [PATCH] modify asr.py --- funasr/lm/abs_model.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/funasr/lm/abs_model.py b/funasr/lm/abs_model.py index 997aad9..1f3c8a7 100644 --- a/funasr/lm/abs_model.py +++ b/funasr/lm/abs_model.py @@ -14,7 +14,6 @@ from typeguard import check_argument_types from funasr.modules.nets_utils import make_pad_mask -from funasr.lm.abs_model import AbsLM from funasr.torch_utils.device_funcs import force_gatherable from funasr.train.abs_espnet_model import AbsESPnetModel -- Gitblit v1.9.1