Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Konolige committed Aug 23, 2021
1 parent 64ef91b commit 841d3a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/tvm/contrib/debugger/debug_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def create(graph_json_str, libmod, device, dump_root=None):
fcreate = tvm._ffi.get_global_func("tvm.graph_executor_debug.create")
except ValueError:
raise ValueError(
"Please set '(USE_PROFILER ON)' in "
"config.cmake and rebuild TVM to enable debug mode"
"Please set '(USE_PROFILER ON)' in " "config.cmake and rebuild TVM to enable debug mode"
)
func_obj = fcreate(graph_json_str, libmod, *device_type_id)
return GraphModuleDebug(func_obj, dev, graph_json_str, dump_root)
Expand Down

0 comments on commit 841d3a9

Please sign in to comment.