driazati commented on a change in pull request #10555:
URL: https://github.com/apache/tvm/pull/10555#discussion_r826459145
##########
File path: tests/scripts/task_python_microtvm.sh
##########
@@ -45,9 +45,10 @@ run_pytest ctypes python-microtvm-stm32 tests/micro/stm32
run_pytest ctypes python-microtvm-common-qemu_x86 tests/micro/common
--board=qemu_x86
run_pytest ctypes python-microtvm-common-due tests/micro/common
--test-build-only --board=due
-# # Tutorials running with host CRT
+# Tutorials
python3 gallery/how_to/work_with_microtvm/micro_tflite.py
python3 gallery/how_to/work_with_microtvm/micro_autotune.py
+./gallery/how_to/work_with_microtvm/micro_tvmc.sh
Review comment:
this is almost what we do now (the GPU docker image runs the tutorials
and sends a `tar.gz` to another step to deploy it), we could do the same here
and add some way of unifying the two (like unpack, make sure no file names
collide, send the whole thing to the docs deploy)
--
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]