Skip to content

Commit

Permalink
Remove redundant arg
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Aug 7, 2024
1 parent 03b690b commit 309a6c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/async_engine/test_chat_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def test_get_gen_prompt(model, template, add_generation_prompt,
tokenizer,
conversation=mock_request.messages,
chat_template=mock_request.chat_template or template_content,
tokenize=False,
add_generation_prompt=mock_request.add_generation_prompt,
)

Expand Down

0 comments on commit 309a6c8

Please sign in to comment.