Skip to content

Commit

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


def _unmask_unattended_patched(
expanded_mask: torch.Tensor, attention_mask: torch.Tensor, unmasked_value: Union[bool, float]
expanded_mask: torch.Tensor, min_dtype: float,
):
return expanded_mask

Expand Down

0 comments on commit 59e6500

Please sign in to comment.