Skip to content

Commit

Permalink
fix prefill arg
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed Feb 1, 2025
1 parent 1a34078 commit dcff46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigcodebench/provider/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def make_raw_chat_prompt(
split: str,
instruction_prefix: str,
response_prefix: str,
prefill: bool,
tokenizer: AutoTokenizer,
prefill: bool = True,
direct_completion: bool = False,
) -> str:
# directly return prompt if it does not have a tokenizer.chat_template
Expand Down

0 comments on commit dcff46f

Please sign in to comment.