Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Mar 27, 2024
1 parent f4316f4 commit 66ed012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmsml/scripts/compile_tf_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def aot_compile(
if tf_xla_flags_orig:
tf_xla_flags = [tf_xla_flags_orig.rstrip(",")] + tf_xla_flags
env["TF_XLA_FLAGS"] = ",".join(map(str, tf_xla_flags))

# prepare additional flags
additional_flags_str = " ".join(make_list(additional_flags)) if additional_flags else ""

Expand Down

0 comments on commit 66ed012

Please sign in to comment.