Skip to content

Commit dcff46f

Browse files
committed
fix prefill arg
1 parent 1a34078 commit dcff46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcodebench/provider/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def make_raw_chat_prompt(
2828
split: str,
2929
instruction_prefix: str,
3030
response_prefix: str,
31-
prefill: bool,
3231
tokenizer: AutoTokenizer,
32+
prefill: bool = True,
3333
direct_completion: bool = False,
3434
) -> str:
3535
# directly return prompt if it does not have a tokenizer.chat_template

0 commit comments

Comments
 (0)