提交 6436f343 编写于 作者: K KP

Fix asr_inference server engine.

上级 6a082215
...@@ -37,7 +37,7 @@ class ASRServerExecutor(ASRExecutor): ...@@ -37,7 +37,7 @@ class ASRServerExecutor(ASRExecutor):
def __init__(self): def __init__(self):
super().__init__() super().__init__()
self.task_resource = CommonTaskResource( self.task_resource = CommonTaskResource(
task='asr', model_format='static', inference_mode='online') task='asr', model_format='static')
def _init_from_path(self, def _init_from_path(self,
model_type: str='wenetspeech', model_type: str='wenetspeech',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册