[ez] Fix typing (#14473)

This commit is contained in:
Yinghai Lu
2025-12-04 20:23:13 -08:00
committed by GitHub
parent 532037df78
commit 41429a8c10

View File

@@ -782,7 +782,7 @@ def _init_tokenizer_manager(
def _launch_subprocesses(
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.
"""