[BugFix] Fix R-VL model loading error (#29299)

Signed-off-by: Lin, Fanli <fanli.lin@intel.com>
This commit is contained in:
Fanli Lin 2025-11-24 14:48:45 +08:00 committed by GitHub
parent 0ff70821c9
commit ed40d85929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)},
)