Skip to content

Commit 71eea51

Browse files
talumbaucopybara-github
authored andcommitted
Restore format string processing on model_name
PiperOrigin-RevId: 752415553
1 parent c1b1692 commit 71eea51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_edge_torch/generative/utilities/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def define_conversion_flags(model_name: str):
5757
)
5858
flags.DEFINE_string(
5959
'output_name_prefix',
60-
model_name,
60+
f'{model_name}',
6161
'The prefix of the output tflite model name.',
6262
)
6363
flags.DEFINE_multi_integer(

0 commit comments

Comments
 (0)