Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d08b285a
Unverified
Commit
d08b285a
authored
Feb 27, 2025
by
Chauncey
Committed by
GitHub
Feb 26, 2025
Browse files
[Misc] fixed qwen_vl_utils parameter error (#13906)
parent
b27122ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/offline_inference/vision_language_multi_image.py
examples/offline_inference/vision_language_multi_image.py
+1
-1
No files found.
examples/offline_inference/vision_language_multi_image.py
View file @
d08b285a
...
@@ -439,7 +439,7 @@ def load_qwen2_5_vl(question, image_urls: List[str]) -> ModelRequestData:
...
@@ -439,7 +439,7 @@ def load_qwen2_5_vl(question, image_urls: List[str]) -> ModelRequestData:
image_data
=
[
fetch_image
(
url
)
for
url
in
image_urls
]
image_data
=
[
fetch_image
(
url
)
for
url
in
image_urls
]
else
:
else
:
image_data
,
_
=
process_vision_info
(
messages
,
image_data
,
_
=
process_vision_info
(
messages
,
return_video_
sample_fp
s
=
False
)
return_video_
kwarg
s
=
False
)
return
ModelRequestData
(
return
ModelRequestData
(
llm
=
llm
,
llm
=
llm
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment