This document might be obsolete https://tvm.apache.org/docs/topic/vta/install.html, but the only source I could find to install VTA along with TVM. In order to add the VTA python front-end to system, it is required to execute the following command.
export PYTHONPATH=/path/to/vta/python:${PYTHONPATH}
However, there is no folder named python in latest tvm-vta repo at all. Does there anybody know what can I do to run the VTA tests?
This document might be obsolete https://tvm.apache.org/docs/topic/vta/install.html, but the only source I could find to install VTA along with TVM. In order to add the VTA python front-end to system, it is required to execute the following command.
export PYTHONPATH=/path/to/vta/python:${PYTHONPATH}However, there is no folder named python in latest tvm-vta repo at all. Does there anybody know what can I do to run the VTA tests?