YouCaiJun98 left a comment (apache/tvm#18164) > > 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! -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/18164#issuecomment-3162969416 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/issues/18164/3162969...@github.com>