Skip to content

Commit ed46ea9

Browse files
committed
remove debug info
1 parent e7cca24 commit ed46ea9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flashinfer/decode.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,10 +2573,6 @@ def trtllm_batch_decode_with_kv_cache_mla(
25732573
): # todo(Yingyi): add support for more block sizes?
25742574
raise ValueError(f"Supported block_size are 32 and 64, got {block_size}")
25752575

2576-
print(
2577-
f"Running TRTLLM batch decode with KV cache: {query.shape}, {kv_cache.shape}, {workspace_buffer.shape}"
2578-
)
2579-
25802576
_check_trtllm_gen_mla_shape(
25812577
query,
25822578
kv_cache,

0 commit comments

Comments
 (0)