Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 2a15110

Browse files
authored
Update tvmop.py
1 parent e81fbb4 commit 2a15110

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/mxnet/tvmop.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
try:
3636
_CONF_TVM_OP = find_conf_path("tvmop")
3737
except RuntimeError as e:
38-
# config file is missing, fallback to the default schedule
39-
logging.warning(e)
38+
logging.warning("TVM config file missing, falling back to default schedule", exc_info=True)
4039
else:
4140
logging.info("TVM op config has been loaded")
4241
with open(_CONF_TVM_OP[0], "r") as f:

0 commit comments

Comments
 (0)