-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
onnx/onnx
#4928Labels
Description
https://github.com/microsoft/onnx-script/actions/runs/4234653829/jobs/7357252634#step:5:1282
onnxscript/tests/function_libs/torch_aten/ops_correctness_test.py::TestFunctionValidity::test_script_function_passes_checker_099_xlogy - onnx.onnx_cpp2py_export.checker.ValidationError: Opset import for domain in function op Equalis not compatible with the version imported by model. FunctionOp imports version 18whereas model imports version 19
@jcwchen the functions are using opset18 and it's calling just check_function. Do you have an idea what may be causing this?