Skip to content

Commit

Permalink
Remove traceable from `_aten_scaled_dot_product_efficient_attention_f…
Browse files Browse the repository at this point in the history
…illin_empty_outputs` (#1585)

Fix _aten_scaled_dot_product_efficient_attention_fillin_empty_outputs
regression

Co-authored-by: Ti-Tai Wang <[email protected]>
  • Loading branch information
justinchuby and titaiwangms authored Jun 3, 2024
1 parent d39ff45 commit 1efd8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxscript/function_libs/torch_lib/ops/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ def aten__scaled_dot_product_flash_attention(
)


@torch_op("aten::_scaled_dot_product_efficient_attention", private=True, traceable=True)
@torch_op("aten::_scaled_dot_product_efficient_attention", private=True)
def _aten_scaled_dot_product_efficient_attention_fillin_empty_outputs(
query: TFloat,
compute_log_sumexp: bool,
Expand Down

0 comments on commit 1efd8e6

Please sign in to comment.