Skip to content

Commit 5ef543f

Browse files
committed
guard against multimodal_input being None
Signed-off-by: john calderon <jcalderon@nvidia.com>
1 parent 10f1c3b commit 5ef543f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorrt_llm/_torch/models/modeling_qwen2vl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ def resize_image(self, width, height):
259259

260260
def get_prompt_for_profiling(self):
261261
"Send prompt with largest image resolution for profiling the worst case"
262-
"during profiling"
263262
max_width = 9999999
264263
max_height = 9999999
265264
img_width, img_height = self.resize_image(width=max_width,

0 commit comments

Comments
 (0)