No Op registered for SimplifiedLayerNormalization with domain_version of 14

#17
by StrivingStar - opened

When running onnx.checker.check_model on phi3-mini-4k-instruct-cpu-int4-rtn-block-32-acc-level-4.onnx it throws the following error:

onnx.onnx_cpp2py_export.checker.ValidationError: No Op registered for SimplifiedLayerNormalization with domain_version of 14
==> Context: Bad node spec for node. Name: /model/layers.0/input_layernorm/LayerNorm OpType: SimplifiedLayerNormalization

Can someone explain how to fix this? SimplifiedLayerNormalization is not listed here https://onnx.ai/onnx/operators/ is ist part of Layer normalization https://onnx.ai/onnx/operators/onnx__LayerNormalization.html ?

Microsoft org

The uploaded ONNX models contain operators that are in the ai.onnx domain and com.microsoft domain for optimized performance with ONNX Runtime. The ONNX checker works for models that contain operators only in the ai.onnx domain.

kvaishnavi changed discussion status to closed

Sign up or log in to comment