Skip to content

Commit

Permalink
add allow_multiple_runs param
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-chung committed Nov 11, 2024
1 parent 86cea3f commit 51ec228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mteb/evaluation/MTEB.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def run(
for split in task_eval_splits:
if co2_tracker:
with EmissionsTracker(
save_to_file=False, save_to_api=False, logging_logger=logger
save_to_file=False, save_to_api=False, logging_logger=logger, allow_multiple_runs=True,
) as tracker:
results, tick, tock = self._run_eval(
task,
Expand Down

0 comments on commit 51ec228

Please sign in to comment.