You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am also interested in this problem, but I could not reproduce the problem in the phi3-mini-4k-instruct-cpu-int4-rtn-block-32 model, which model could reproduce this problem in the Phi3 model group?
Assertion failure in
mlir::DenseIntOrFPElementsAttr::getRaw
when model.onnx.mlir from ONNX model.I am trying to produce an model.onnx.mlir from an ONNX file for a transformer model,but it returns assertion failure.
Reproduce
A. Prepare the ONNX Model
I am using the PHI3 model as available on hugging face on Model.
model.onnx
) in theautomation/temp
directory within theonnx-mlir
repository.B. Convert ONNX model to MLIR
While doing so following cmd gave the error.
Errors
The file onnx,model.llvm isn't produced as it threw the following error:-
I checked the official code of the BuiltinAttributes.cpp and below is the code for the above mentioned error function:-
The text was updated successfully, but these errors were encountered: