Skip to content

Commit dcda00c

Browse files
committed
pre-commit
1 parent c9de784 commit dcda00c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fastvideo/attention/ring/ring_flash_attn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
_FIRST_RING_LOG = True
2424

25+
2526
def ring_flash_attn_forward(
2627
process_group,
2728
q: torch.Tensor,
@@ -36,7 +37,7 @@ def ring_flash_attn_forward(
3637
deterministic=False,
3738
attn_type: AttnType = AttnType.FA,
3839
attn_processor=None,
39-
):
40+
):
4041

4142
global _FIRST_RING_LOG
4243

0 commit comments

Comments
 (0)