Improve: Rename TokenizerManager to StdOrchestrator (#3116)

This commit is contained in:
fzyzcjy
2025-02-23 16:30:58 +08:00
committed by GitHub
parent 3f41b18455
commit 45360b2fa9
11 changed files with 116 additions and 130 deletions

View File

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