JC1DA opened a new issue #7822: URL: https://github.com/apache/tvm/issues/7822
I have a .so module tuned a month ago. When I tried to run that model with the latest tvm. I noticed that tvm.contrib.graph_runtime was no longer supported. I have to use tvm.contrib.graph_executor instead. But when I loaded the module using graph_executor, I got this error ######################### TVMError: Binary was created using GraphRuntimeFactory but a loader of that name is not registered. Available loaders are GraphExecutorFactory, VMExecutable, metadata. Perhaps you need to recompile with this runtime enabled. ######################### Can we add the support to load old modules using GraphExecutor? Thanks in advance. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
