mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +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)
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user