sunggg commented on PR #15244: URL: https://github.com/apache/tvm/pull/15244#issuecomment-1634168184
Thanks for the valuable feedback, @tqchen! I found the existing support for serialization/deserialization of runtime module (including its import tree) that leverages python-side `export_library` mechanism. To check if the modules are all exportable, it leverages the check introduced by https://github.com/apache/tvm/pull/14406. The example of the error message is as below: ```Bash AssertionError: Module RelayGraphRuntimeCodegenModule should be either dso exportable or binary serializable. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
