We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924f256 commit ed665f1Copy full SHA for ed665f1
1 file changed
src/parallax/utils/tokenizer_utils.py
@@ -150,7 +150,7 @@ def get_tool_call_stop_token_ids(tokenizer) -> List[int]:
150
# Markers whose token IDs should halt generation
151
markers = [
152
"<|tool_calls_section_end|>", # Kimi K2 / K2.5
153
- "<|im_end|>", # common chat turn-end token
+ "<|im_end|>", # common chat turn-end token
154
]
155
156
for marker in markers:
0 commit comments