Skip to content

Commit

Permalink
Remove tfutils-use-simplelogger flag (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Nov 16, 2023
1 parent cba87f7 commit 0f895e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions compiler_opt/rl/compilation_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,6 @@ def collect_data(self,

with tempdir_context as tempdir:
final_cmd_line = loaded_module_spec.build_command_line(tempdir)
# TODO(mtrofin): remove this once the compiler only generates this by
# default
final_cmd_line += (
'-mllvm',
'-tfutils-use-simplelogger',
)
tf_policy_path = ''
if policy is not None:
model_id_suffix = f'-{model_id}' if model_id is not None else ''
Expand Down

0 comments on commit 0f895e3

Please sign in to comment.