tkonolige commented on a change in pull request #7107:
URL: https://github.com/apache/tvm/pull/7107#discussion_r544439232
##########
File path: tutorials/frontend/deploy_sparse.py
##########
@@ -119,6 +117,9 @@
# determines how sparse the generated weights should be. The higher
# the sparsity, the faster the result.
sparsity = 0.85
+# Running benchmarking mode might overload CI,
+# so it is disabled by default.
+benchmark = False
Review comment:
I think this should be a more explicit to the user. I can see people
skipping over this. How about "Change this to to true to run the benchmark."
Also, could you move it to the end of the script so it makes logical sense to
someone reading it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]