diff --git a/gallery/tutorial/tvmc_command_line_driver.py b/gallery/tutorial/tvmc_command_line_driver.py index 39e5f06311cd..3f4413e848ce 100644 --- a/gallery/tutorial/tvmc_command_line_driver.py +++ b/gallery/tutorial/tvmc_command_line_driver.py @@ -518,6 +518,8 @@ # To see what other options are available, please have a look at ``tvmc # --help``. # -# In the next tutorial, `Compiling and Optimizing a Model with the Python -# Interface `_, we will cover the same compilation -# and optimization steps using the Python interface. +# In the `next tutorial `, we introduce the Python interface to TVM, +# and in the tutorial after that, +# `Compiling and Optimizing a Model with the Python Interface `, +# we will cover the same compilation and optimization steps using the Python +# interface.