Skip to content

Commit 9934f06

Browse files
committed
Refactoring
1 parent edf1a35 commit 9934f06

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/media/test_image_1.jpg

84.2 KB
Loading

examples/media/test_image_2.jpg

39.8 KB
Loading

examples/multimodal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
model_directory = "/mnt/str/models/qwen2-vl-7b-instruct-exl2/6.0bpw"
4040

4141
images = [
42-
{"file": "test_image_1.jpg"},
43-
{"file": "test_image_2.jpg"},
42+
{"file": "media/test_image_1.jpg"},
43+
{"file": "media/test_image_2.jpg"},
4444
# {"url": "https://media.istockphoto.com/id/1212540739/photo/mom-cat-with-kitten.jpg?s=612x612&w=0&k=20&c=RwoWm5-6iY0np7FuKWn8FTSieWxIoO917FF47LfcBKE="},
4545
# {"url": "https://i.dailymail.co.uk/1s/2023/07/10/21/73050285-12283411-Which_way_should_I_go_One_lady_from_the_US_shared_this_incredibl-a-4_1689019614007.jpg"},
4646
# {"url": "https://images.fineartamerica.com/images-medium-large-5/metal-household-objects-trevor-clifford-photography.jpg"}

0 commit comments

Comments
 (0)