Skip to content

Commit

Permalink
[Docs][Bug] Fix broken link to tvmc python (#13499)
Browse files Browse the repository at this point in the history
Ensure correct link is generated to the next page in the documentation.
Update description to indicate next section introduces Python API, and
the section after that discusses the same material but using Python
rather than the command line interface.
  • Loading branch information
bkmgit authored Nov 29, 2022
1 parent f6f7fea commit b9f89a2
Showing 1 changed file with 5 additions and 3 deletions.
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.

0 comments on commit b9f89a2

Please sign in to comment.