Commit 9551bbf2 authored by lintangsutawika's avatar lintangsutawika
Browse files

fixed args input in aggregate_subtask_metrics

parent 4dd69062
......@@ -535,7 +535,8 @@ def evaluate(
metric
] = lm_eval.api.metrics.aggregate_subtask_metrics(
metrics,
sizes if group_config["weight_by_size"] else [1] * len(sizes),
sizes,
group_config["weight_by_size"],
)
# TODO: calculate grouped metric using aggregation fn
if "N/A" in stderrs:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment