Skip to content

Commit

Permalink
cli_evaluate calls simple_evaluate with the same verbosity. (Eleuther…
Browse files Browse the repository at this point in the history
  • Loading branch information
Wongboo authored Mar 12, 2024
1 parent a3e56af commit 49695e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lm_eval/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def cli_evaluate(args: Union[argparse.Namespace, None] = None) -> None:
log_samples=args.log_samples,
gen_kwargs=args.gen_kwargs,
task_manager=task_manager,
verbosity=args.verbosity,
predict_only=args.predict_only,
random_seed=args.seed[0],
numpy_random_seed=args.seed[1],
Expand Down

0 comments on commit 49695e8

Please sign in to comment.