Skip to content

Commit fc6c888

Browse files
haozha111copybara-github
authored andcommitted
Fix a typo in amd-llama model conversion.
PiperOrigin-RevId: 729143030
1 parent 4da8442 commit fc6c888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_edge_torch/generative/examples/amd_llama_135m/convert_to_tflite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
)
4242
_OUTPUT_NAME_PREFIX = flags.DEFINE_string(
4343
'output_name_prefix',
44-
'deepseek',
44+
'amd_llama',
4545
'The prefix of the output tflite model name.',
4646
)
4747
_PREFILL_SEQ_LENS = flags.DEFINE_multi_integer(

0 commit comments

Comments
 (0)