"src/vscode:/vscode.git/clone" did not exist on "721e017401ded6d11447c4bf964291853231e0d8"
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:
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.
......
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