(nit) remove log

This commit is contained in:
Mohit Sharma 2024-12-11 12:10:35 +00:00
parent 1194cdb1ba
commit 999eba8096

View File

@ -139,7 +139,6 @@ def paged_attention(
max_logits = torch.empty_like(exp_sums) max_logits = torch.empty_like(exp_sums)
if not use_custom: if not use_custom:
logger.info("Using PagedAttention V2")
ops.paged_attention_v2( ops.paged_attention_v2(
out, out,
exp_sums, exp_sums,