Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions gallery/tutorial/tvmc_command_line_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <auto_tuning_with_pyton>`_, we will cover the same compilation
# and optimization steps using the Python interface.
# In the `next tutorial <tvmc_python>`, we introduce the Python interface to TVM,
# and in the tutorial after that,
# `Compiling and Optimizing a Model with the Python Interface <autotvm_relay_x86>`,
# we will cover the same compilation and optimization steps using the Python
# interface.