Skip to content

Commit

Permalink
clean: unuseful code
Browse files Browse the repository at this point in the history
  • Loading branch information
Luodian committed Sep 16, 2024
1 parent 7464a05 commit 022f1bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lmms_eval/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,14 +527,6 @@ def cli_evaluate_single(args: Union[argparse.Namespace, None] = None) -> None:
if evaluation_tracker.push_results_to_hub or evaluation_tracker.push_samples_to_hub:
evaluation_tracker.recreate_metadata_card()

# print(
# f"{args.model} ({args.model_args}), gen_kwargs: ({args.gen_kwargs}), limit: {args.limit}, num_fewshot: {args.num_fewshot}, "
# f"batch_size: {args.batch_size}{f' ({batch_sizes})' if batch_sizes else ''}"
# )
# print(make_table(results))
# if "groups" in results:
# print(make_table(results, "groups"))

if args.wandb_args:
# Tear down wandb run once all the logging is done.
wandb_logger.run.finish()
Expand Down

0 comments on commit 022f1bb

Please sign in to comment.