YAML Metadata Warning: empty or missing yaml metadata in repo card
Check out the documentation for more information.
onnxruntime ignores explicit local-function overload
This repository contains a minimal .onnx proof of concept showing that onnxruntime ignores the explicit overload field when resolving model-local functions.
Files
explicit_overload_ignored.onnx: minimal PoCgenerate_poc.py: regenerates the PoCreproduce.py: runs the model inonnxruntime
Reproduction
python generate_poc.py
python reproduce.py
Expected highlights
- graph calls
local::Fwithoverload="ov1" - runtime output is
[-2.], meaningov2was executed instead
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support