Skip to content

Latest commit

 

History

History

microtvm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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