Unverified Commit ed40d859 authored by Fanli Lin's avatar Fanli Lin Committed by GitHub
Browse files

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


Signed-off-by: default avatarLin, Fanli <fanli.lin@intel.com>
parent 0ff70821
......@@ -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)},
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment