mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
fix export_meta import of sense voice (#2334)
This commit is contained in:
parent
1367973f98
commit
8c7b7e5feb
@ -968,7 +968,7 @@ class SenseVoiceSmall(nn.Module):
|
||||
return timestamp_new
|
||||
|
||||
def export(self, **kwargs):
|
||||
from export_meta import export_rebuild_model
|
||||
from .export_meta import export_rebuild_model
|
||||
|
||||
if "max_seq_len" not in kwargs:
|
||||
kwargs["max_seq_len"] = 512
|
||||
|
||||
Loading…
Reference in New Issue
Block a user