Lunderberg commented on a change in pull request #8533:
URL: https://github.com/apache/tvm/pull/8533#discussion_r675558363



##########
File path: python/tvm/contrib/download.py
##########
@@ -41,8 +41,8 @@ def download(url, path, overwrite=False, size_compare=False, 
verbose=1, retries=
     size_compare : bool, optional
         Whether to do size compare to check downloaded file.
 
-    verbose: int, optional
-        Verbose level
+    verbose: bool, optional
+        If status messages should be printed.

Review comment:
       I like it, and I would add it if not for the change/removal of `verbose` 
following your suggestion to use `logging`.




-- 
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]


Reply via email to