You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/29 20:47:36 UTC

[GitHub] [tvm] jsheng-jian commented on a diff in pull request #11190: [Frontend][PyTorch] Add: Relay stft operator

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org