leandron commented on code in PR #10962:
URL: https://github.com/apache/tvm/pull/10962#discussion_r848251815


##########
python/tvm/driver/tvmc/compiler.py:
##########
@@ -137,6 +137,11 @@ def add_compile_parser(subparsers, _):
         type=parse_pass_list_str,
         default="",
     )
+    parser.add_argument(
+        "--module-name",
+        default="default",
+        help="The output module name.",

Review Comment:
   ```suggestion
           help="The output module name. Defaults to 'default'.",
   ```



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to