Skip to content

Commit

Permalink
add default option
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisawesome committed Feb 12, 2024
1 parent 0ffab21 commit 124b60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/utils/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def build_evaluators(
tokenizer: PreTrainedTokenizerBase,
device_eval_batch_size: int,
icl_seq_len: int,
fewshot_random_seed: Optional[int],
icl_subset_num_batches: Optional[int],
fewshot_random_seed: Optional[int] = None,
) -> Tuple[List[Evaluator], List[str], Optional[EvalGauntlet]]:

evaluators = []
Expand Down

0 comments on commit 124b60a

Please sign in to comment.