KJlaccHoeUM9l commented on pull request #9753:
URL: https://github.com/apache/tvm/pull/9753#issuecomment-1002989035


   Hello @driazati!
   We have only been able to reproduce this issue in the azure cloud. 
   To do this, we slightly modified `main.yaml` as follows:
   ```
   for ((i=1; i < 100; i++)); do python -m pytest -vrP 
tests/python/contrib/test_rpc_server_device.py; done
   ```
   It looks like this line has fallen off: 
   ```
   func = remote.load_module (os.path.split (build_res.filename) [1])
   ```
   The problem requires further investigation.


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