Skip to content

Commit 6d54d59

Browse files
committed
update nvlm-d multi-image
1 parent 5c2d303 commit 6d54d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/offline_inference_vision_language_multi_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def load_nvlm_d(question: str, image_urls: List[str]):
151151
llm = LLM(
152152
model=model_name,
153153
trust_remote_code=True,
154-
max_model_len=4096,
154+
max_model_len=8192,
155155
tensor_parallel_size=4,
156156
limit_mm_per_prompt={"image": len(image_urls)},
157157
mm_processor_kwargs={"max_dynamic_patch": 4},

0 commit comments

Comments
 (0)