Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nikil-ravi committed Jan 9, 2025
1 parent 60b8e16 commit b92c090
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/levanter/eval_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,12 @@ def _compute_averages(outputs):
Returns:
Averages dictionary with macro and micro averages for all metrics.
"""

print("Outputs: ", outputs)
logger.info("Computing averages...")
logger.info("Outputs: ", outputs)
logger.info("Results: ", outputs["results"])

averages = {}
metric_keys = set()

Expand Down

0 comments on commit b92c090

Please sign in to comment.