Skip to content

Commit

Permalink
Fix lint (once more...) (fairinternal/xformers#1247)
Browse files Browse the repository at this point in the history
[ghstack-poisoned]

__original_commit__ = fairinternal/xformers@0b8fb7f
  • Loading branch information
lw authored and xFormers Bot committed Oct 29, 2024
1 parent 85cc546 commit 8792aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xformers/ops/fmha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
triton_splitk,
)
from .attn_bias import (
VARLEN_BIASES,
AttentionBias,
LowerTriangularMask,
VARLEN_BIASES,
AttentionBias,
BlockDiagonalMask,
LowerTriangularMask,
)
from .common import (
AttentionBwOpBase,
Expand Down

0 comments on commit 8792aa6

Please sign in to comment.