[Apache TVM Discuss] [Questions] Run Relay-Generated Binary

2025-02-16 Thread Bruce Zhao0728 via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Run Relay-Generated Binary

2025-02-15 Thread Bruce Zhao0728 via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Run Relay-Generated Binary

2025-02-15 Thread Sterais via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Run Relay-Generated Binary

2025-02-13 Thread Siyuan Feng via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Run Relay-Generated Binary

2025-02-12 Thread Bruce Zhao0728 via Apache TVM Discuss
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