From 9c5ea355ac78c2d622cf7b45eea6200251ea3570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Thu, 11 Jul 2024 10:53:15 +0800 Subject: [PATCH] update --- funasr/models/llm_asr/model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/funasr/models/llm_asr/model.py b/funasr/models/llm_asr/model.py index 00a7546e9..0b4783cbb 100644 --- a/funasr/models/llm_asr/model.py +++ b/funasr/models/llm_asr/model.py @@ -2004,7 +2004,6 @@ class LLMASR5(nn.Module): "<|endofspeech|>", "" ) if sub_str.startswith("!"): - sub_str = sub_str[1:] sub_str = sub_str[1:] if sub_str.startswith("!"): # !!: audio sample point sub_str = audio