Skip to content

Commit

Permalink
remove dulpilicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
pufanyi committed Mar 29, 2024
1 parent 93f56d9 commit dd76e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmms_eval/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def cli_evaluate(args: Union[argparse.Namespace, None] = None) -> None:
except Exception as e:
traceback.print_exc()
eval_logger.error(f"Error during evaluation: {e}")
traceback.print_exc()
# traceback.print_exc()
results_list.append(None)

for args, results in zip(args_list, results_list):
Expand Down

0 comments on commit dd76e53

Please sign in to comment.