Unverified Commit 3533e4b9 authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Merge pull request #966 from EleutherAI/fix-verbose

[Refactor] Bugfix: AttributeError: 'Namespace' object has no attribute 'verbose'
parents 6f700f98 5f3b8bf6
......@@ -182,7 +182,6 @@ def cli_evaluate(args: Union[argparse.Namespace, None] = None) -> None:
assert args.output_path, "Specify --output_path"
eval_logger.info(f"Selected Tasks: {task_names}")
eval_logger.verbose = args.verbose
results = evaluator.simple_evaluate(
model=args.model,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment