Skip to content

Commit 6bdbe68

Browse files
committed
Remove unintended print
Signed-off-by: Chang Liu (Enterprise Products) <[email protected]>
1 parent 42141a7 commit 6bdbe68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tensorrt_llm/_torch/pyexecutor/model_engine.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,9 +1350,6 @@ def _prepare_tp_inputs(
13501350

13511351
if len(multimodal_params_list) > 0:
13521352
# discard the text token indices as it only includes context tokens at this moment
1353-
print(
1354-
f"len multimodal_params_list: {len(multimodal_params_list)} from model_engine"
1355-
)
13561353
_, mm_token_indices = self._prepare_multimodal_indices(input_ids)
13571354
else:
13581355
mm_token_indices = None

0 commit comments

Comments
 (0)