Revert "Rename TokenizerManager to StdOrchestrator" (#3828)

This commit is contained in:
Lianmin Zheng
2025-02-24 14:47:59 -08:00
committed by GitHub
parent c9745ee082
commit f2388f6b95
11 changed files with 130 additions and 116 deletions

View File

@@ -1035,7 +1035,7 @@ class PortArgs:
if dp_rank is None:
scheduler_input_port = (
port_base + 2
) # StdOrchestrator to DataParallelController
) # TokenizerManager to DataParallelController
else:
scheduler_input_port = port_base + 2 + 1 + dp_rank