tree: 940d6dcb71e3528d2fd1e9ae4e9f694861be1894 [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