You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking. You are always welcomed to post on the forum first 😸
Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed.
Expected behavior
What you were expecting
Actual behavior
What actually happened
Environment
I create my own docker image from ubuntu 18.04,build the tvm from the source code.
I pull the code by:
git clone --recursive https://github.com/apache/tvm tvm
Any environment details, such as: Operating System, TVM version, etc
Steps to reproduce
It is in a docker environment,after compile android app and install it on my android phone.
run with the following steps:
1.python3 -m tvm.exec.rpc_tracker --host=0.0.0.0 --port=9190
INFO:RPCTracker:bind to 0.0.0.0:9190
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking. You are always welcomed to post on the forum first 😸
Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed.
Expected behavior
What you were expecting
Actual behavior
What actually happened
Environment
I create my own docker image from ubuntu 18.04,build the tvm from the source code.
I pull the code by:
git clone --recursive https://github.com/apache/tvm tvm
Any environment details, such as: Operating System, TVM version, etc
Steps to reproduce
It is in a docker environment,after compile android app and install it on my android phone.
run with the following steps:
1.python3 -m tvm.exec.rpc_tracker --host=0.0.0.0 --port=9190
INFO:RPCTracker:bind to 0.0.0.0:9190
2.python -m tvm.exec.query_rpc_tracker --port 9190
Tracker address 0.0.0.0:9190
3.python3 android_rpc_test.py
but it can not connect to the phone and print some result,after a lot of seconds waiting,it throw an exception:
Preferably a minimal script to cause the issue to occur.
The text was updated successfully, but these errors were encountered: