[Docs] How to build VTA python front-end? #17496
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: doc
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?
The text was updated successfully, but these errors were encountered: