Skip to content

Commit

Permalink
ignore for tc
Browse files Browse the repository at this point in the history
  • Loading branch information
fattorib committed Nov 11, 2024
1 parent a555269 commit b32cdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mamba/fused_cross_entropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def forward(ctx, weight: torch.Tensor, act: torch.Tensor, labels: torch.Tensor):
return scale * out_loss

@staticmethod
def backward(ctx, grad_output):
def backward(ctx, grad_output): # type: ignore

(
weight_grad,
Expand Down

0 comments on commit b32cdd2

Please sign in to comment.