Skip to content

Commit adfc62b

Browse files
add sample image for demo
1 parent 8ac1a24 commit adfc62b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/qualcomm/oss_scripts/llama/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,11 @@ python examples/qualcomm/oss_scripts/llama/llama.py -b build-android -s ${SERIAL
268268

269269
You can specify custom image for VLM models using the `--image_path` flag:
270270

271+
Take a example image of Statue-of-Liberty in New York Bay
271272
- **HTTP/HTTPS URLs**: Direct links to images on the web
273+
- Example: `https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg`
272274
- **Local file paths**: Absolute or relative paths to image files on your system
273-
- Example: `/path/to/your/image.jpg` or `./images/my_image.png`
275+
- Example: [`./examples/qualcomm/oss_scripts/llama/assets/samples/images/Statue-of-Liberty-Island-New-York-Bay.png`](assets/samples/images/Statue-of-Liberty-Island-New-York-Bay.png)
274276

275277
**Default behavior:**
276278
If `--image_path` is not specified, the system will automatically use the default image URL defined in the model's configuration file (`encoder/encoder_config.py`).
2.14 MB
Loading

0 commit comments

Comments
 (0)