mlboydaisuke commited on
Commit
f595e44
·
verified ·
1 Parent(s): 231afa5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -59,10 +59,19 @@ the `LiteRTDemo` sample). Load `InternVL3-1B.litertlm` with the **image (vision)
59
  (modalities `Modality.textImage` / `[.vision]` — a vision-only bundle, no audio tower), attach a photo,
60
  and ask a question.
61
 
62
- ## Run on Android
63
 
64
- Push the file to a device and open it with the official **Google AI Edge Gallery** app, or use the
65
- LiteRT-LM Android runtime directly. The bundle carries the tokenizer + chat template + image config.
 
 
 
 
 
 
 
 
 
66
 
67
  ## Conversion notes
68
 
 
59
  (modalities `Modality.textImage` / `[.vision]` — a vision-only bundle, no audio tower), attach a photo,
60
  and ask a question.
61
 
62
+ ## Run on Android — Google AI Edge Gallery
63
 
64
+ Run this model **with image input** in the official
65
+ [Google AI Edge Gallery](https://github.com/google-ai-edge/gallery) app no custom app needed
66
+ (the bundle carries the tokenizer, chat template, and image preprocessing config):
67
+
68
+ 1. Push the bundle onto the phone (or download it there directly from this repo):
69
+ `adb push InternVL3-1B.litertlm /sdcard/Download/`
70
+ 2. Open the Gallery app, tap the **+** icon (bottom-right) and pick `InternVL3-1B.litertlm` in the file picker.
71
+ 3. In the **Import Model** dialog, **check "Support image"** (required for image input), pick **GPU** (fast) or **CPU**, then tap **Import**.
72
+ 4. Open the **Ask Image** task, choose the imported model, attach a photo, and ask.
73
+
74
+ > **Tip:** on the **GPU** backend use one image per conversation (a known GPU-delegate trait of `fast_vlm` models); pick **CPU** if you want multiple images in one chat.
75
 
76
  ## Conversion notes
77