mkatanbaf commented on code in PR #10967:
URL: https://github.com/apache/tvm/pull/10967#discussion_r861411698
##########
python/tvm/rpc/client.py:
##########
@@ -514,7 +517,10 @@ def connect(url, port, key="", session_timeout=0,
session_constructor_args=None)
session_constructor_args = session_constructor_args if
session_constructor_args else []
if not isinstance(session_constructor_args, (list, tuple)):
raise TypeError("Expect the session constructor to be a list or
tuple")
- sess = _ffi_api.Connect(url, port, key, *session_constructor_args)
+ enable_logging = False
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]