areusch commented on a change in pull request #10024:
URL: https://github.com/apache/tvm/pull/10024#discussion_r792170149
##########
File path: gallery/how_to/work_with_microtvm/micro_tvmc.py
##########
@@ -169,8 +172,11 @@
# Run Tiny Model on Micro Target
############################################################
#
-# To run the flashed model on the device using TVMC, we use ``tvmc run``
subcommand and we pass ``--device micro``
-# to specify the device type.
+# After flashing the device, the compiled model and TVM host driven `Graph
Executor` handler are programmed on the device.
Review comment:
```suggestion
# After flashing the device, the compiled model and TVM RPC server are
programmed on the device.
```
--
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]