gromero commented on a change in pull request #8086:
URL: https://github.com/apache/tvm/pull/8086#discussion_r636601965
##########
File path: python/tvm/driver/tvmc/model.py
##########
@@ -53,6 +53,7 @@
from tvm import relay
from tvm.contrib import utils
from tvm.relay.backend.executor_factory import GraphExecutorFactoryModule
+from tvm.micro import export_model_library_format
Review comment:
@leandron fwiw if `USE_MICRO OFF` an error is already generated:
```
<snip>
raise ImportError("micro tvm is not enabled. Set USE_MICRO to ON in
config.cmake")
ImportError: micro tvm is not enabled. Set USE_MICRO to ON in config.cmake
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]