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/06/08 02:38:01 UTC

[GitHub] [tvm] lmxyy commented on a change in pull request #8203: [Bug Fixed] Make query_rpc_tracker show the correct device server port and customized address

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



##########
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:
       Yes, by default it is `None`. But I used to explicitly define it. I will change it.




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