[ez] Fix typing (#14473)
This commit is contained in:
@@ -782,7 +782,7 @@ def _init_tokenizer_manager(
|
|||||||
|
|
||||||
def _launch_subprocesses(
|
def _launch_subprocesses(
|
||||||
server_args: ServerArgs, port_args: Optional[PortArgs] = None
|
server_args: ServerArgs, port_args: Optional[PortArgs] = None
|
||||||
) -> Tuple[TokenizerManager, TemplateManager, Dict]:
|
) -> Tuple[TokenizerManager, TemplateManager, Dict, PortArgs]:
|
||||||
"""
|
"""
|
||||||
Launch the TokenizerManager in the main process, the Scheduler in a subprocess, and the DetokenizerManager in another subprocess.
|
Launch the TokenizerManager in the main process, the Scheduler in a subprocess, and the DetokenizerManager in another subprocess.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user