tum-ei-eda / mlonmcu

Tool for the deployment and analysis of TinyML applications on TFLM and MicroTVM backends
Apache License 2.0
29 stars 13 forks source link

Allow using tlcpack package as a fallback if TVM is not installed #67

Closed PhilippvK closed 1 year ago

PhilippvK commented 2 years ago

The most time spend during mlonmcu setup is due to the compilation of TVM. However this would not always be possible. If the latest version of TVM should be sued without custom patches someone could instead just pip install tlcpack-nightly -f https://tlcpack.ai/wheels and would save several minutes of setup time. I would like to support this kind of fallback as it would make several demos easier and less time-consuming.

PhilippvK commented 2 years ago

High priority because I need this for a Hands-on workshop on Monday.