mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
add extract token run_mode
This commit is contained in:
parent
ce5b79d234
commit
bc0608d380
@ -1992,8 +1992,6 @@ class SenseVoiceL(nn.Module):
|
||||
frontend=None,
|
||||
**kwargs,
|
||||
):
|
||||
if kwargs.get("batch_size", 1) > 1:
|
||||
raise NotImplementedError("batch decoding is not implemented")
|
||||
|
||||
if frontend is None and not hasattr(self, "frontend"):
|
||||
frontend_class = tables.frontend_classes.get("WhisperFrontend")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user