Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
baberabb committed Feb 24, 2024
1 parent 29d60d5 commit 57ab8f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lm_eval/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def evaluate(
)

# then collect metrics across all ranks
# vals_torch = collections.defaultdict(list)
for metrics in task_output.sample_metrics:
metric_list = [None] * WORLD_SIZE if RANK == 0 else None
torch.distributed.gather_object(
Expand Down

0 comments on commit 57ab8f2

Please sign in to comment.