Johnson9009 opened a new issue #10187: URL: https://github.com/apache/tvm/issues/10187
Now we have RPC server, proxy, and tracker, so if the host machine can't access the RPC server directly, then we can put RPC proxy between host machine and RPC server like "Host --> RPC Proxy --> RPC Server", we can do it from Python API, but we can't do it through command line. Because "tvm.exec.rpc_server" haven't exposed the parameter "is_proxy" of class "tvm.rpc.server.Server" through command line option. ### Expected behavior Can register the RPC server to RPC proxy from command line like something below. ```shell python -m tvm.exec.rpc_server --host 0.0.0.0 --port 9090 --through-proxy ``` ### Actual behavior Currently haven't any command line option to set the parameter "is_proxy". ### Environment No ### Steps to reproduce Any -- 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]
