Rpc tracker doesn't work

It was working. I changed config.mk file in app. And it doesn’t work. I don’t have any problem with internet connection.

What do you suggest?

It appears that this tracker is trying to connect to an RPC server running at 0.0.0.0 (the localhost) at port 9190.

This means that it will look for a server running on fuhr-Lenovo.

Since it’s the local host, you don’t need an internet connection.

If you don’t have an RPC server running there, you can run one with python3 -m tvm.exec.rpc_tracker --host=0.0.0.0 --port=9190.

You can then query the tracker in the way you did.

2 Likes