gromero commented on PR #13499: URL: https://github.com/apache/tvm/pull/13499#issuecomment-1329508404
> @gromero Thanks for your feedback. That is not the next tutorial in the sequence obtained at the [bottom of the page](https://tvm.apache.org/docs/tutorial/tvmc_command_line_driver.html) . The link you have suggested could be used but then it would be helpful to rephrase @bkmgit Got it! > In the [next tutorial](https://tvm.apache.org/docs/tutorial/tvmc_python.html), we introduce the Python interface to TVM, and in the tutorial after that, [Compiling and Optimizing a Model with the Python Interface](https://tvm.apache.org/docs/tutorial/autotvm_relay_x86), we will cover the same compilation and optimization steps using the Python interface. yeah I'm ok with that version. Another option would be to just adjusting the text in your change, i.e. in `tvmc_command_line_driver.py`, to match the new link, so (remove the wrong tutorial title text): "In the next tutorial, [Getting Starting using TVMC Python: a high-level API for TVM](https://tvm.apache.org/docs/tutorial/tvmc_python.html), we introduce the Python interface to TVM." and move the second part to the bottom of tutorial [tvmc_python.py](https://tvm.apache.org/docs/tutorial/tvmc_python.html). "In the next tutorial, [Compiling and Optimizing a Model with the Python Interface](https://tvm.apache.org/docs/tutorial/autotvm_relay_x86), we will cover the same compilation and optimization steps using the Python interface." But either way works for me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
