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
Can you tell me on which machine/os you are testing this model? And where is this model from? Model zoo?
Thank you for your reply!I'm sorry for the lack of information I provided. I tested this model on Ubuntu 24.04.1
Information about ONNX-MLIR is as follows:
onnx-mlir version 0.4.2, onnx version 1.16.2 (https://github.com/onnx/onnx-mlir.git012f33c)
LLVM version 20.0.0git (https://github.com/llvm/llvm-project.git 00128a20eec27246719d73ba427bf821883b00b4)
Optimized build with assertions.
Default target: x86_64-unknown-linux-gnu
Host CPU: alderlake
When I run the command in the terminal: $ onnx-mlir encoder-epoch-12-avg-2-chunk-16-left-64.onnx
This is the output:
[1/6] Wed Oct 30 15:29:25 2024 (0s) Importing ONNX Model to MLIR Module from "encoder-epoch-12-avg-2-chunk-16-left-64.onnx"
[2/6] Wed Oct 30 15:29:25 2024 (0s) Compiling and Optimizing MLIR Module
onnx-mlir: /home/tjy/project_cxy/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:84: constexpr llvm::ArrayRef::ArrayRef(const T*, const T*) [with T = long int]: Assertion `begin <= end' failed.
Aborted (core dumped)
This is the onnx model
model.zip
How to solve it?
The text was updated successfully, but these errors were encountered: