Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam committed Oct 16, 2024
1 parent b4e3635 commit 4af53c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharktank/sharktank/evaluate/perplexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
logger = logging.getLogger("eval")

logger.setLevel(log_levels["debug"])
logger.setLevel(log_levels["info"])

logger.root.handlers[0].setFormatter(
logging.Formatter(fmt="\n%(levelname)s:%(name)-8s %(message)s")
Expand Down

0 comments on commit 4af53c3

Please sign in to comment.