Skip to content

Commit 6926839

Browse files
authored
Update eval_instruct.py
1 parent 92d4635 commit 6926839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval/chat_benchmarks/AMC23/eval_instruct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(
2929
data_file: str = "eval/chat_benchmarks/AMC23/data/amc23.json",
3030
debug: bool = False,
3131
seed: List[int] = [0, 1234, 1234, 1234],
32-
max_tokens: int = 32768,
32+
max_tokens: Optional[int] = 32768,
3333
logger: Optional[logging.Logger] = None,
3434
system_instruction: Optional[str] = None,
3535
):

0 commit comments

Comments
 (0)