Skip to content

Commit f1dcc35

Browse files
committed
Minor change - Add log
Signed-off-by: Chenghao Zhang <[email protected]>
1 parent 45d8e91 commit f1dcc35

File tree

1 file changed

+1
-0
lines changed
  • tensorrt_llm/_torch/auto_deploy/transformations/library

1 file changed

+1
-0
lines changed

tensorrt_llm/_torch/auto_deploy/transformations/library/kvcache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def insert_cached_attention(
6868

6969
if not source_attn_nodes:
7070
# If there are no nodes for kv cache insertion found, return current graph
71+
ad_logger.info("No source attention nodes found, skipping cache insertion.")
7172
return egm
7273

7374
# Sanity check

0 commit comments

Comments
 (0)