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



##########
File path: python/tvm/exec/rpc_server.py
##########
@@ -78,7 +78,7 @@ def main(args):
                         and ROCM compilers.",
     )
     parser.add_argument(
-        "--custom-addr", type=str, help="Custom IP Address to Report to RPC 
Tracker"
+        "--custom-addr", type=str, default=None, help="Custom IP Address to 
Report to RPC Tracker"

Review comment:
       i think `default=None` shouldn't be needed (it is the 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.

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


Reply via email to