junrushao1994 commented on code in PR #11298:
URL: https://github.com/apache/tvm/pull/11298#discussion_r872891622
##########
python/tvm/contrib/debugger/debug_executor.py:
##########
@@ -113,7 +113,8 @@ def __init__(self, module, device, graph_json_str,
dump_root):
self._dump_root = dump_root
self._dump_path = None
self._run_individual = module["run_individual"]
- self._run_individual_node = module["run_individual_node"]
+ if module.type_key != "rpc":
Review Comment:
It's not a bug. You might want to bump the version of RPC server and try
again
--
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]