You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/11 22:34:02 UTC

[GitHub] [tvm] JC1DA opened a new issue #7822: Could not use GraphExecutor to load optimized models tuned before GraphRuntime renamed into GraphExecutor

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:
users@infra.apache.org



[GitHub] [tvm] tqchen commented on issue #7822: Could not use GraphExecutor to load optimized models tuned before GraphRuntime renamed into GraphExecutor

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #7822:
URL: https://github.com/apache/tvm/issues/7822#issuecomment-824992888


   closed by https://github.com/apache/tvm/pull/7868


-- 
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:
users@infra.apache.org



[GitHub] [tvm] tqchen closed issue #7822: Could not use GraphExecutor to load optimized models tuned before GraphRuntime renamed into GraphExecutor

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #7822:
URL: https://github.com/apache/tvm/issues/7822


   


-- 
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:
users@infra.apache.org



[GitHub] [tvm] tqchen commented on issue #7822: Could not use GraphExecutor to load optimized models tuned before GraphRuntime renamed into GraphExecutor

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #7822:
URL: https://github.com/apache/tvm/issues/7822#issuecomment-818377783


   cc @areusch , we should perhaps add the loader registration of GraphRuntimeFactory back as an alias


-- 
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:
users@infra.apache.org