gromero commented on a change in pull request #8253:
URL: https://github.com/apache/tvm/pull/8253#discussion_r651769989



##########
File path: python/tvm/driver/tvmc/compiler.py
##########
@@ -42,6 +42,13 @@ def add_compile_parser(subparsers):
 
     parser = subparsers.add_parser("compile", help="compile a model.")
     parser.set_defaults(func=drive_compile)
+    parser.add_argument(
+        "--config",
+        action="append",
+        metavar=("name=value"),
+        help="configurations to be used at compile time. A subset of options 
provided "
+        "by TVM are supported. e.g. 'relay.backend.use_auto_scheduler=0'",

Review comment:
       OK. Yeah I was indeed thinking of how we deal with `--target` ;)
   




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


Reply via email to