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. 
   
![image](https://github.com/apache/tvm/assets/12627651/68d0c280-8ac0-4f80-98f3-b4a14a4ae3bb)
   
   
![image](https://github.com/apache/tvm/assets/12627651/635b1f8e-fa61-4961-a525-cde7f72f39c6)
   


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

Reply via email to