Skip to content

Commit

Permalink
Update README.md with model extension as .bin instead of .tflite (goo…
Browse files Browse the repository at this point in the history
  • Loading branch information
MJ1998 authored Apr 29, 2024
1 parent b545bf0 commit 3dd4d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llm_inference/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This application must be run on a physical Android device to take advantage of t
You can download one of the [compatible models](https://developers.google.com/mediapipe/solutions/genai/llm_inference#models).

Once you download it, place it under the path defined as MODEL_PATH in InferenceModel on the Android device
(eg. /data/local/tmp/llm/model.tflite).
(eg. /data/local/tmp/llm/model.bin).

The easiest way to do that would be to use Android Studio's [Device Explorer](https://developer.android.com/studio/debug/device-file-explorer).

Expand Down

0 comments on commit 3dd4d16

Please sign in to comment.