Skip to content

Commit 7511010

Browse files
committed
fix rebase to 80dd8fe
Signed-off-by: John Calderon <jcalderon@nvidia.com>
1 parent e33fa37 commit 7511010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorrt_llm/_torch/pyexecutor/py_executor_creator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ def drafting_loop_wrapper(model):
575575
kv_cache_config=kv_cache_config,
576576
pytorch_backend_config=pytorch_backend_config,
577577
speculative_config=spec_config,
578+
profiling_stage_data=profiling_stage_data,
578579
)
579580
estimating_kv_cache = kv_cache_creator.try_prepare_estimation()
580581
with mem_monitor.observe_creation_stage(

0 commit comments

Comments
 (0)