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/14 20:58:31 UTC

[GitHub] [tvm] areusch commented on a change in pull request #7823: [TVMC] A simplified TVMC API for python scripting.

areusch commented on a change in pull request #7823:
URL: https://github.com/apache/tvm/pull/7823#discussion_r613582389



##########
File path: python/tvm/driver/tvmc/runner.py
##########
@@ -112,8 +112,10 @@ def drive_run(args):
     except IOError as ex:
         raise TVMCException("Error loading inputs file: %s" % ex)
 
-    outputs, times = run_module(
-        args.FILE,
+    tvmc_package = TVMCPackage(package_path=args.FILE)

Review comment:
       oh uhh, that's an idea I want to propose, but it hasn't been adopted by RFC or anything. apologies if I miscommunicated that. there are some things we need to work through there around BYOC I think before we can propose it, but I think we can probably accommodate a `.so` file in Model Library Format with a version bump.




-- 
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