Skip to content

Commit

Permalink
step
Browse files Browse the repository at this point in the history
  • Loading branch information
yonigottesman committed Jun 14, 2024
1 parent 447dae6 commit a454b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/tokenization_utils_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ def apply_chat_template(
rendered_chat = compiled_template.render(
messages=chat,
tools=tool_schemas,
document=documents,
documents=documents,
add_generation_prompt=add_generation_prompt,
**template_kwargs,
)
Expand Down

0 comments on commit a454b39

Please sign in to comment.