Skip to content

Commit

Permalink
fix logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
vvchernov committed Feb 22, 2022
1 parent 10a53dd commit 0e69cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/python/providers/tvm/ort.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from tvm.contrib import graph_executor
from tvm import autotvm

log = logging.getLogger("TVM EP python API logger")
log = logging.getLogger("tvm_ep")

ANSOR_TYPE = "Ansor"
AUTO_TVM_TYPE = "AutoTVM"
Expand Down

0 comments on commit 0e69cf0

Please sign in to comment.