Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps actions/download-artifact from 6 to 7.

Release notes

Sourced from actions/download-artifact's releases.

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

Commits
  • 37930b1 Merge pull request #452 from actions/download-artifact-v7-release
  • 72582b9 doc: update readme
  • 0d2ec9d chore: release v7.0.0 for Node.js 24 support
  • fd7ae8f Merge pull request #451 from actions/fix-storage-blob
  • d484700 chore: restore minimatch.dep.yml license file
  • 03a8080 chore: remove obsolete dependency license files
  • 56fe6d9 chore: update @​actions/artifact license file to 5.0.1
  • 8e3ebc4 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • 1e3c4b4 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • 458627d chore: use local @​actions/artifact package for Node.js 24 testing
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 15, 2025
@dependabot dependabot bot requested a review from titaiwangms as a code owner December 15, 2025 00:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 15, 2025 00:16
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Dec 15, 2025
@codecov
Copy link

codecov bot commented Dec 15, 2025

❌ 34 Tests Failed:

Tests completed Failed Passed Skipped
3398 34 3364 0
View the full list of 34 ❄️ flaky test(s)
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0122_test_castlike_INT2_to_FLOAT_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0144_test_cast_FLOAT_to_INT2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0147_test_cast_FLOAT_to_UINT2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0228_test_cast_UINT2_to_UINT8_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0293_test_castlike_INT2_to_FLOAT_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0306_test_cast_FLOAT16_to_INT2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.007s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0646_test_castlike_UINT2_to_UINT8_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0682_test_cast_UINT2_to_FLOAT16_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0703_test_cast_INT2_to_FLOAT_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0719_test_castlike_FLOAT_to_INT2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0720_test_quantizelinear_uint2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.003s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 3
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "y_zero_point"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 3
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0788_test_dequantizelinear_uint2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 4
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "x"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 4
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0846_test_castlike_UINT2_to_FLOAT16_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0874_test_castlike_FLOAT16_to_INT2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0879_test_quantizelinear_int2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 3
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "y_zero_point"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 3
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0898_test_dequantizelinear_int2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.003s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 4
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "x"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 4
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0903_test_castlike_UINT2_to_FLOAT_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0924_test_castlike_INT2_to_INT8_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1027_test_castlike_FLOAT16_to_UINT2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1056_test_castlike_INT2_to_FLOAT16_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1079_test_cast_UINT2_to_FLOAT_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1248_test_castlike_INT2_to_INT8_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1284_test_castlike_FLOAT16_to_UINT2_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1318_test_cast_FLOAT16_to_UINT2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.004s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1345_test_castlike_INT2_to_FLOAT16_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1360_test_castlike_FLOAT_to_UINT2_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1389_test_castlike_FLOAT16_to_INT2_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1496_test_cast_INT2_to_FLOAT16_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1528_test_castlike_UINT2_to_FLOAT16_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1545_test_castlike_UINT2_to_FLOAT_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1619_test_castlike_FLOAT_to_UINT2_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1683_test_castlike_FLOAT_to_INT2_expanded_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1751_test_castlike_UINT2_to_UINT8_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1752_test_cast_INT2_to_INT8_model_onnx

Flake rate in main: 100.00% (Passed 0 times, Failed 7 times)

Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/download-artifact-7 branch from dee7127 to 50291ab Compare December 15, 2025 02:08
@justinchuby justinchuby enabled auto-merge (squash) December 15, 2025 21:07
@justinchuby justinchuby disabled auto-merge December 15, 2025 21:07
@justinchuby justinchuby enabled auto-merge (squash) December 15, 2025 21:07
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/download-artifact-7 branch from 50291ab to b33fcd7 Compare December 15, 2025 21:08
@justinchuby justinchuby disabled auto-merge December 16, 2025 01:42
@justinchuby justinchuby enabled auto-merge (squash) December 16, 2025 01:42
@justinchuby justinchuby merged commit 17754ff into main Dec 16, 2025
19 of 22 checks passed
@justinchuby justinchuby deleted the dependabot/github_actions/actions/download-artifact-7 branch December 16, 2025 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant