Skip to content

6. Importing Local Models (optional)

Jing Jin edited this page Aug 18, 2025 · 2 revisions

The Google AI Edge Gallery allows you to test your local LiteRT-compatible models in the .litertlm file format.

Steps to Import:

  • Push the .litertlm model file from your computer to the Download folder on your device:

    adb push /path/to/model.litertlm /sdcard/Download/

  • Open the Google AI Edge Gallery app.

  • On the main screen, look for a "+" (plus) icon located at the bottom-right corner of the screen. Tap it.

  • A file picker should appear. Select the .litertlm file you pushed.

  • An "Import Model" dialog will appear. Configure default model parameters, and if it's a multimodal model, check "Support image" and/or "Support audio", and specify CPU/GPU preference.

  • Tap "Import".

  • The model will then appear in your model list and can be used like any other model.

Clone this wiki locally