Skip to content

Commit 8780c4a

Browse files
authored
Update format
1 parent 51ba43c commit 8780c4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/diffusers/models/attention_dispatch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,8 @@ def _npu_attention_forward_op(
11401140

11411141
return out
11421142

1143-
# Not implemented Now.
1143+
1144+
# Not implemented yet.
11441145
def _npu_attention_backward_op(
11451146
ctx: torch.autograd.function.FunctionCtx,
11461147
grad_out: torch.Tensor,

0 commit comments

Comments
 (0)