areusch commented on a change in pull request #5417:
URL: https://github.com/apache/incubator-tvm/pull/5417#discussion_r416996008



##########
File path: python/tvm/exec/rpc_server.py
##########
@@ -100,27 +101,34 @@ def server_shutdown():
     parser.add_argument('--port-end', type=int, default=9199,
                         help='The end search port of the RPC')
     parser.add_argument('--tracker', type=str,
-                        help="The address of RPC tracker in host:port format. "
-                             "e.g. (10.77.1.234:9190)")
+                        help=('The address of RPC tracker in host:port format. 
'
+                              'e.g. (10.77.1.234:9190)'))
     parser.add_argument('--key', type=str, default="",
-                        help="The key used to identify the device type in 
tracker.")
+                        help='The key used to identify the device type in 
tracker.')
     parser.add_argument('--silent', action='store_true',
-                        help="Whether run in silent mode.")
+                        help='Whether run in silent mode.')
     parser.add_argument('--load-library', type=str,
-                        help="Additional library to load")
+                        help='Additional library to load')

Review comment:
       done




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