We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42141a7 commit 6bdbe68Copy full SHA for 6bdbe68
tensorrt_llm/_torch/pyexecutor/model_engine.py
@@ -1350,9 +1350,6 @@ def _prepare_tp_inputs(
1350
1351
if len(multimodal_params_list) > 0:
1352
# 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
- )
1356
_, mm_token_indices = self._prepare_multimodal_indices(input_ids)
1357
else:
1358
mm_token_indices = None
0 commit comments