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:
[email protected]


Reply via email to