Skip to content

Commit

Permalink
Update blackbox_evaluator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 29, 2025
1 parent 75585b2 commit a45a6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler_opt/es/blackbox_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_results(
'function_index_path': self._function_index_path,
'bb_trace_path': self._bb_trace_path,
'tflite_policy': perturbation
} for perturbation in perturbations]
} for perturbation in perturbations]

_, futures = buffered_scheduler.schedule_on_worker_pool(
action=lambda w, args: w.compile_corpus_and_evaluate(**args),
Expand Down

0 comments on commit a45a6d4

Please sign in to comment.