Skip to content

Commit

Permalink
aten_concat
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed May 24, 2024
1 parent c5422cb commit 8cf951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/function_libs/torch_lib/ops_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ def _where_input_wrangler(
matcher=lambda sample: sample.input[0].equal(torch.tensor([])),
reason="fixme: ORT aborts with zero-dim tensors. https://github.com/microsoft/onnxruntime/issues/16619",
),
TorchLibOpInfo("concatenate", core_ops.aten_concatenate).skip(
TorchLibOpInfo("concatenate", core_ops.aten_concat).skip(
matcher=lambda sample: sample.input[0].equal(torch.tensor([])),
reason="fixme: ORT aborts with zero-dim tensors. https://github.com/microsoft/onnxruntime/issues/16619",
),
Expand Down

0 comments on commit 8cf951c

Please sign in to comment.