tree: 38615ed5bf77035fa88a7131a24b0635d802409d [path history] [tgz]
  1. reference-vm/
  2. zephyr/
  3. pyproject.toml
  4. README.md
apps/microtvm/README.md

microTVM

microTVM is the effort that allows TVM to build and execute models on bare-metal microcontrollers.

The pyproject.toml file in this directory can be used to create a Poetry Python environment with all of the required dependencies installed for running microTVM. To use it, run:

$ poetry lock && poetry install
$ poetry shell