mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
25590804ba
commit
0e05ca31a9
@ -609,6 +609,7 @@ def inference_modelscope(
|
||||
|
||||
# 3. Build data-iterator
|
||||
is_final = False
|
||||
cache = {}
|
||||
if param_dict is not None and "cache" in param_dict:
|
||||
cache = param_dict["cache"]
|
||||
if param_dict is not None and "is_final" in param_dict:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user