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
ed40d859
Unverified
Commit
ed40d859
authored
Nov 24, 2025
by
Fanli Lin
Committed by
GitHub
Nov 23, 2025
Browse files
[BugFix] Fix R-VL model loading error (#29299)
Signed-off-by:
Lin, Fanli
<
fanli.lin@intel.com
>
parent
0ff70821
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/offline_inference/vision_language_multi_image.py
examples/offline_inference/vision_language_multi_image.py
+1
-0
No files found.
examples/offline_inference/vision_language_multi_image.py
View file @
ed40d859
...
...
@@ -1110,6 +1110,7 @@ def load_r_vl(question: str, image_urls: list[str]) -> ModelRequestData:
model
=
model_name
,
max_model_len
=
16384
,
max_num_seqs
=
16
,
trust_remote_code
=
True
,
limit_mm_per_prompt
=
{
"image"
:
len
(
image_urls
)},
)
...
...
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