mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
(nit) remove log
This commit is contained in:
parent
1194cdb1ba
commit
999eba8096
@ -139,7 +139,6 @@ def paged_attention(
|
||||
max_logits = torch.empty_like(exp_sums)
|
||||
|
||||
if not use_custom:
|
||||
logger.info("Using PagedAttention V2")
|
||||
ops.paged_attention_v2(
|
||||
out,
|
||||
exp_sums,
|
||||
|
Loading…
Reference in New Issue
Block a user