Could I load onnx model without llvm?

I Compiled tvm with pre-built llvm9.0, but I got the error Target llvm is not enabled. Is there any other options could I choose as target?

No. LLVM is used for constant evaluation during ONNX load, so LLVM is required.

1 Like