Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 committed Dec 25, 2024
1 parent 329f080 commit 412986c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/utils/pipeline_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ def internvl_vl_testcase(pipe, file, resource_path, lang='en'):
dict(type='text',
text=f'{IMAGE_TOKEN}{IMAGE_TOKEN}\n{description}'),
dict(type='image_url',
image_url=dict(max_dynamic_patch=12, url=PIC_REDPANDA)),
image_url=dict(max_dynamic_patch=12, url=f'{resource_path}/{PIC_REDPANDA}')),
dict(type='image_url',
image_url=dict(max_dynamic_patch=12, url=PIC_PANDA))
image_url=dict(max_dynamic_patch=12, url=f'{resource_path}/{PIC_PANDA}'))
])
]
response = pipe(messages)
Expand Down

0 comments on commit 412986c

Please sign in to comment.