Skip to content

Commit ed665f1

Browse files
committed
pre-commit
1 parent 924f256 commit ed665f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parallax/utils/tokenizer_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def get_tool_call_stop_token_ids(tokenizer) -> List[int]:
150150
# Markers whose token IDs should halt generation
151151
markers = [
152152
"<|tool_calls_section_end|>", # Kimi K2 / K2.5
153-
"<|im_end|>", # common chat turn-end token
153+
"<|im_end|>", # common chat turn-end token
154154
]
155155

156156
for marker in markers:

0 commit comments

Comments
 (0)