YouCaiJun98 commented on issue #18164: URL: https://github.com/apache/tvm/issues/18164#issuecomment-3162969416
> > I made a small example project showing how to run TVM Relax module with C++: https://github.com/mshr-h/tvm-relax-cpp-example > > Hope it helps. > > Hi, I wonder if it would be convenient for you to also provide a Python demo. I've been going through the docs for a couple of days and found that some parts are somewhat out-of-date, which has caused difficulties in getting started. For instance, I tried exporting the optimized model and reloading to examine it. However, I find the api provided in the doc [Introduction to Module Serialization](https://tvm.apache.org/docs/arch/introduction_to_module_serialization.html) is no longer available. It seems that the 'tvm.runtime.load' function has been removed. I also searched the keywords such as 'save', 'export', 'load' in the documents, but unfortunately didn't find the information I needed. Many thanks in advance :) Additionally, most of the blogs I could find are based on the 'relay' module, which I reckon is an older module that has been restructured in the latest version. Could you provide a document detailing the interface changes? Thanks! -- 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]
