Skip to content

Commit b2fa7e2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c65f750 commit b2fa7e2

File tree

1 file changed

+1
-0
lines changed
  • transformer_engine/pytorch/dot_product_attention

1 file changed

+1
-0
lines changed

transformer_engine/pytorch/dot_product_attention/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,7 @@ class PackTensors(torch.autograd.Function):
13531353
"""
13541354
Autograd function to pack a tensor.
13551355
"""
1356+
13561357
@staticmethod
13571358
def forward(
13581359
ctx, indices: torch.Tensor, *tensors: Tuple[torch.Tensor, ...]

0 commit comments

Comments
 (0)