Skip to content

Commit

Permalink
add to exclusion list
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Yao <[email protected]>
  • Loading branch information
yuanyao-nv committed Aug 24, 2024
1 parent aba795b commit 4cd5663
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions onnx/test/test_backend_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
"|test_cast_INT4_to_FLOAT" # No corresponding Numpy type for Tensor Type.
"|test_cast_UINT4_to_FLOAT16" # No corresponding Numpy type for Tensor Type.
"|test_cast_INT4_to_FLOAT16" # No corresponding Numpy type for Tensor Type.
"|test_quantizelinear_float4e2m1" # No corresponding Numpy type for Tensor Type.
"|test_dequantizelinear_float4e2m1" # No corresponding Numpy type for Tensor Type.
"|test_cast_FLOAT4E2M1_to_" # No corresponding Numpy type for Tensor Type.
"|_to_FLOAT4E2M1" # No corresponding Numpy type for Tensor Type.
"|test_maxpool_2d_ceil_output_size_reduce_by_one" # TODO: remove after https://github.com/microsoft/onnxruntime/pull/18377 in Ort release.
")"
)
Expand Down

0 comments on commit 4cd5663

Please sign in to comment.