Unverified Commit 165abeeb authored by 艾力可's avatar 艾力可 Committed by GitHub
Browse files

Typo: in `--enable-custom-logit-processor`: agree with cli arg (#10076)

parent 21ca4c3a
...@@ -648,7 +648,7 @@ class TokenizerManager(TokenizerCommunicatorMixin): ...@@ -648,7 +648,7 @@ class TokenizerManager(TokenizerCommunicatorMixin):
): ):
raise ValueError( raise ValueError(
"The server is not configured to enable custom logit processor. " "The server is not configured to enable custom logit processor. "
"Please set `--enable-custom-logits-processor` to enable this feature." "Please set `--enable-custom-logit-processor` to enable this feature."
) )
def _validate_input_ids_in_vocab( def _validate_input_ids_in_vocab(
......
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