This is an automated email from the ASF dual-hosted git repository.
lukhut 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 bd11e19490 Update tvmc_command_line_driver.py, modify the sentence,
remove the duplicate "as" (#17358)
bd11e19490 is described below
commit bd11e19490cb5f1a2081ac1787803428545e22a5
Author: PatricYan <[email protected]>
AuthorDate: Fri Sep 13 00:25:57 2024 +0800
Update tvmc_command_line_driver.py, modify the sentence, remove the
duplicate "as" (#17358)
Update tvmc_command_line_driver.py, modify the sentence, remove the
duplicate "as"
---
gallery/tutorial/tvmc_command_line_driver.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gallery/tutorial/tvmc_command_line_driver.py
b/gallery/tutorial/tvmc_command_line_driver.py
index a20dcb9c96..58a8dc212d 100644
--- a/gallery/tutorial/tvmc_command_line_driver.py
+++ b/gallery/tutorial/tvmc_command_line_driver.py
@@ -47,7 +47,7 @@ capabilities, and set the stage for understanding how TVM
works.
# ----------
#
# TVMC is a Python application, part of the TVM Python package.
-# When you install TVM using a Python package, you will get TVMC as
+# When you install TVM using a Python package, you will get TVMC
# as a command line application called ``tvmc``. The location of this command
# will vary depending on your platform and installation method.
#