Skip to content
#

tvm

Here are 67 public repositories matching this topic...

morgoth95
morgoth95 commented Mar 2, 2022

The auto-installer fails to install TVM correctly due to llvm not being installed on Ubuntu 18.04 systems. In fact, the command

sudo apt-get install llvm12

fails in Ubuntu 18.04 since llvm12 seems to be not supported. I tested the OS with llvm10 and it seems to work.
So, to solve this issue it should be enough to locate the version of ubuntu and for 18.04 install lllvm10 instead of l

bug good first issue
yolov5-rt-stack
zhiqwang
zhiqwang commented Oct 28, 2021

🚀 The feature

In version 0.5.x we have full support for YOLOv5, at the cost of introducing more dependencies. If someone just wants to use the models for inference, he/she doesn't need all additional features like:

  • #355
  • profiling
  • type conversions to pandas

However, those useful features are (partial

help wanted good first issue code quality dependencies

This project contains a code generator that produces static C NN inference deployment code targeting tiny micro-controllers (TinyML) as replacement for other µTVM runtimes. This tools generates a runtime, which statically executes the compiled model. This reduces the overhead in terms of code size and execution time compared to having a dynamic on-device runtime.

  • Updated Sep 22, 2021
  • C

Improve this page

Add a description, image, and links to the tvm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tvm topic, visit your repo's landing page and select "manage topics."

Learn more