Unverified Commit 31da75ab authored by Kaiyu Yang's avatar Kaiyu Yang Committed by GitHub
Browse files

Update tokenizer_manager.py (#5008)

parent e983e432
...@@ -736,7 +736,7 @@ class TokenizerManager: ...@@ -736,7 +736,7 @@ class TokenizerManager:
self.auto_create_handle_loop() self.auto_create_handle_loop()
assert ( assert (
self.server_args.dp_size == 1 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 # This means that weight sync
# cannot run while requests are in progress. # cannot run while requests are in progress.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment