Skip to content

Commit 92d4635

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval/chat_benchmarks/AIW/eval_instruct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(
2323
data_file: str = "eval/chat_benchmarks/AIW/data/aiw_data.json",
2424
debug: bool = False,
2525
seed: List[int] = [0, 1234, 1234, 1234],
26-
max_tokens: int = 32768,
26+
max_tokens: Optional[int] = 32768,
2727
logger: Optional[logging.Logger] = None,
2828
system_instruction: Optional[str] = None,
2929
n_trials: int = 100, # Run 100 trials

0 commit comments

Comments
 (0)