We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883b878 commit 251113dCopy full SHA for 251113d
vllm/entrypoints/harmony_utils.py
@@ -497,7 +497,7 @@ def parse_output_into_messages(token_ids: Iterable[int]) -> StreamableParser:
497
498
encoding = get_encoding()
499
500
- # FIX: Use allowed_special="all" to avoid Tokenizer errors
+ # FIX: Use allowed_special="all" to avoid Tokenizer error
501
start_token = encoding.encode("<|start|>", allowed_special="all")[0]
502
503
if tokens[0] != start_token:
0 commit comments