Thank you very much! It works!
---
[Visit
Topic](https://discuss.tvm.apache.org/t/run-relay-generated-binary/18072/5) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/email/unsubscribe
Thank you for your information. But I still wonder what may have caused this
problem? And I'd like to know if it's possible to export the LLVM IR code of a
Relax model
---
[Visit
Topic](https://discuss.tvm.apache.org/t/run-relay-generated-binary/18072/3) to
respond.
You are receiving th
You can try this way.
module = graph_executor.GraphModule(lib["default"](dev))
---
[Visit
Topic](https://discuss.tvm.apache.org/t/run-relay-generated-binary/18072/4) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
h
We are phasing out Relay, please try moving towards to relax
---
[Visit
Topic](https://discuss.tvm.apache.org/t/run-relay-generated-binary/18072/2) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tv
Hi, I am new to TVM. I need to convert ONNX models into Relay models, compile
Relay models into binary files and then run the binary file in tvm.
My question lies in running the binary file in tvm. I've successfully run
binary files generated from Relax models through
```tvm.runtime.relax_vm