Update tokenizer_manager.py (#5008)

This commit is contained in:
Kaiyu Yang
2025-04-02 16:56:19 -04:00
committed by GitHub
parent e983e43248
commit 31da75abed

View File

@@ -736,7 +736,7 @@ class TokenizerManager:
self.auto_create_handle_loop()
assert (
self.server_args.dp_size == 1
), "dp_size must be for update weights from distributed"
), "dp_size must be 1 for update weights from distributed"
# This means that weight sync
# cannot run while requests are in progress.