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 2020/12/02 13:54:05 UTC

[GitHub] [tvm] tqchen commented on a change in pull request #7013: Change default hostname in rpc_tracker

tqchen commented on a change in pull request #7013:
URL: https://github.com/apache/tvm/pull/7013#discussion_r534182868



##########
File path: python/tvm/exec/rpc_tracker.py
##########
@@ -33,7 +33,7 @@ def main(args):
 
 if __name__ == "__main__":
     parser = argparse.ArgumentParser()
-    parser.add_argument("--host", type=str, default="0.0.0.0", help="the hostname of the tracker")
+    parser.add_argument("--host", type=str, default="localhost", help="the hostname of the tracker")

Review comment:
       This might prevent rpc tracker from being used other than local host




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