Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
fxmarty committed Jul 17, 2024
1 parent 59e6500 commit d125445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion optimum/exporters/onnx/model_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ def __init__(


def _unmask_unattended_patched(
expanded_mask: torch.Tensor, min_dtype: float,
expanded_mask: torch.Tensor,
min_dtype: float,
):
return expanded_mask

Expand Down

0 comments on commit d125445

Please sign in to comment.