Skip to content

Commit

Permalink
make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-chung committed Nov 11, 2024
1 parent 51ec228 commit 37a4c92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mteb/evaluation/MTEB.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,10 @@ def run(
for split in task_eval_splits:
if co2_tracker:
with EmissionsTracker(
save_to_file=False, save_to_api=False, logging_logger=logger, allow_multiple_runs=True,
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 37a4c92

Please sign in to comment.