MrGouYou commented on issue #15151: URL: https://github.com/apache/tvm/issues/15151#issuecomment-1761458134
> > @Johnson9009 Change the session_timeout of rpc.connect(), right? In which file rpc.connect() needs to be modified? Thanks! > > Yes, just try increase the session_timeout of rpc.connect, if you use RPC tracker, it is the session_timeout of "request". > > ```python > tracker = rpc.connect_tracker(tracker_host, tracker_port) > remote = tracker.request(key, priority=0, session_timeout=60) > ``` Actually, i am running with 'LocalRunner', and also get similar problem.   -- 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]
