Skip to content

Commit 676b200

Browse files
author
Aleksandr Malyshev
committed
clean up
1 parent 867c2b3 commit 676b200

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/v1/attention/backends/rocm_aiter_fa.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ def __init__(
429429
attn_type: AttentionType = AttentionType.DECODER,
430430
kv_sharing_target_layer_name: Optional[int] = None,
431431
sinks: Optional[torch.Tensor] = None,
432-
sinks: Optional[torch.Tensor] = None,
433432
) -> None:
434433
self.num_heads = num_heads
435434
self.head_size = head_size

0 commit comments

Comments
 (0)