You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/05/31 19:59:39 UTC

[tvm] branch main updated: Update auto_tuning_with_python.py (#8158)

This is an automated email from the ASF dual-hosted git repository.

masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new bd4b14d  Update auto_tuning_with_python.py (#8158)
bd4b14d is described below

commit bd4b14d6a64e96313bbcbe1856428a61ddc0303d
Author: Jason <92...@qq.com>
AuthorDate: Tue Jun 1 03:59:14 2021 +0800

    Update auto_tuning_with_python.py (#8158)
---
 tutorials/get_started/auto_tuning_with_python.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/get_started/auto_tuning_with_python.py b/tutorials/get_started/auto_tuning_with_python.py
index 8160442..848511c 100644
--- a/tutorials/get_started/auto_tuning_with_python.py
+++ b/tutorials/get_started/auto_tuning_with_python.py
@@ -464,7 +464,7 @@ print("unoptimized: %s" % (unoptimized))
 # Final Remarks
 # -------------
 #
-# In this tutorial, we we gave a short example of how to use the TVM Python API
+# In this tutorial, we gave a short example of how to use the TVM Python API
 # to compile, run, and tune a model. We also discussed the need for pre and
 # post-processing of inputs and outputs. After the tuning process, we
 # demonstrated how to compare the performance of the unoptimized and optimize