You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/06/04 00:21:30 UTC

[tvm] branch last-successful updated (6dbdf2e201 -> f05ebde8e8)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 6dbdf2e201 Fix Hexagon build using ci.py (#11304)
     add f05ebde8e8 [docs] microTVM model training tutorial with Colab support (#10921)

No new revisions were added by this update.

Summary of changes:
 .../template_project/microtvm_api_server.py        |   4 +-
 apps/microtvm/pyproject.toml                       |   2 +-
 docker/install/ubuntu_install_sphinx.sh            |   2 +-
 docs/conf.py                                       |   3 +-
 gallery/how_to/work_with_microtvm/micro_train.py   | 649 +++++++++++++++++++++
 tests/scripts/ci.py                                |   3 +-
 tests/scripts/task_python_docs.sh                  |   2 +
 7 files changed, 660 insertions(+), 5 deletions(-)
 create mode 100644 gallery/how_to/work_with_microtvm/micro_train.py