jsheng-jian commented on code in PR #11190:
URL: https://github.com/apache/tvm/pull/11190#discussion_r862140891
##########
python/setup.py:
##########
@@ -87,7 +87,9 @@ def git_describe_version(original_version):
LIB_LIST, __version__ = get_lib_path()
+print("%%%%%%%%%%%%%%%%%%%%%%%: ", __version__)
__version__ = git_describe_version(__version__)
+print("#######################: ", __version__)
Review Comment:
Hi @masahi , thank you for looking at this! I have removed this.
##########
python/setup.py:
##########
@@ -87,7 +87,9 @@ def git_describe_version(original_version):
LIB_LIST, __version__ = get_lib_path()
+print("%%%%%%%%%%%%%%%%%%%%%%%: ", __version__)
__version__ = git_describe_version(__version__)
+print("#######################: ", __version__)
Review Comment:
Hi @masahi , thank you for looking at this! I have removed the print.
--
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]