Skip to content

Commit

Permalink
fix: Fix offline metrics path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Jan 17, 2025
1 parent bc4f819 commit 38e5612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lm_eval/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
evaluate_load = evaluate.load

# Use the specified metrics prefix. If not set use the default.
LMEVAL_METRICS_PREFIX = os.getenv("LMEVAL_METRICS_PREFIX", "metrics")
LMEVAL_METRICS_PREFIX = os.getenv("LMEVAL_METRICS_PREFIX", "lm-evaluation-harness/metrics")

# Load the metrics from the centralised folder
def load_from_path(path, *args, **kwargs):
Expand Down

0 comments on commit 38e5612

Please sign in to comment.