bkmgit commented on PR #13499: URL: https://github.com/apache/tvm/pull/13499#issuecomment-1329378660
@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 ``` In the next tutorial, [Compiling and Optimizing a Model with the Python Interface](https://tvm.apache.org/docs/tutorial/auto_tuning_with_pyton), we will cover the same compilation and optimization steps using the Python interface. ``` to ``` 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. ``` -- 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]
