-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
.litertlmmodel file from your computer to theDownloadfolder 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
.litertlmfile 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.