tree: 3a7dabc973415db09f334722986b1b99092af4b0 [path history] [tgz]
  1. arduino/
  2. cmsisnn/
  3. ethosu/
  4. reference-vm/
  5. zephyr/
  6. zephyr_cmsisnn/
  7. poetry.lock
  8. pyproject.toml
  9. 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