From 36c2eca68e53b81100bb57666e738260b6ff294f Mon Sep 17 00:00:00 2001 From: PatricYan Date: Tue, 10 Sep 2024 14:57:23 +0800 Subject: [PATCH] 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 a20dcb9c96a4..58a8dc212d9f 100644 --- a/gallery/tutorial/tvmc_command_line_driver.py +++ b/gallery/tutorial/tvmc_command_line_driver.py @@ -47,7 +47,7 @@ # ---------- # # 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. #