From 621ee6a50bb8cd683d2689beadc6cc123eeefb7b Mon Sep 17 00:00:00 2001 From: lingyunfly <121302812+lingyunfly@users.noreply.github.com> Date: 星期日, 23 四月 2023 22:41:34 +0800 Subject: [PATCH] Update test_vad_inference_pipeline.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