Skip to content

Commit 58f1c71

Browse files
haozha111copybara-github
authored andcommitted
fix phi-3 conversion ckpt path.
PiperOrigin-RevId: 713811997
1 parent 2189970 commit 58f1c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_edge_torch/generative/examples/phi/convert_phi3_to_tflite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
_CHECKPOINT_PATH = flags.DEFINE_string(
2828
'checkpoint_path',
29-
os.path.join(pathlib.Path.home(), 'Downloads/llm_data/gemma-2b'),
29+
os.path.join(pathlib.Path.home(), 'Downloads/llm_data/phi3'),
3030
'The path to the model checkpoint, or directory holding the checkpoint.',
3131
)
3232
_OUTPUT_PATH = flags.DEFINE_string(

0 commit comments

Comments
 (0)