Skip to content

Commit 01a582d

Browse files
author
YJ Shi
committed
roll back change
1 parent 14edabd commit 01a582d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/tvm/contrib/debugger/debug_executor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ def __init__(self, module, device, graph_json_str, dump_root):
113113
self._dump_root = dump_root
114114
self._dump_path = None
115115
self._run_individual = module["run_individual"]
116-
if module.type_key != "rpc":
117-
self._run_individual_node = module["run_individual_node"]
116+
self._run_individual_node = module["run_individual_node"]
118117
self._debug_get_output = module["debug_get_output"]
119118
self._execute_node = module["execute_node"]
120119
self._get_node_output = module["get_node_output"]

0 commit comments

Comments
 (0)