Skip to content

Commit 251113d

Browse files
DCO Check headder
Signed-off-by: ShaikAbdulHafeez03 <[email protected]>
1 parent 883b878 commit 251113d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/harmony_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def parse_output_into_messages(token_ids: Iterable[int]) -> StreamableParser:
497497

498498
encoding = get_encoding()
499499

500-
# FIX: Use allowed_special="all" to avoid Tokenizer errors
500+
# FIX: Use allowed_special="all" to avoid Tokenizer error
501501
start_token = encoding.encode("<|start|>", allowed_special="all")[0]
502502

503503
if tokens[0] != start_token:

0 commit comments

Comments
 (0)