Improve: Rename TokenizerManager to StdOrchestrator (#3116)

This commit is contained in:
fzyzcjy
2025-02-23 00:30:58 -08:00
committed by GitHub
parent 3f41b18455
commit 45360b2fa9
11 changed files with 116 additions and 130 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ class Scheduler:
)
if server_args.skip_tokenizer_init:
# Directly send to the TokenizerManager
# Directly send to the StdOrchestrator
self.send_to_detokenizer = get_zmq_socket(
context, zmq.PUSH, port_args.tokenizer_ipc_name, False
)