Hi everyone,
I got some problems when installing TVM…
(1) I firstly installed conda env with llvm 12.0, then run the tvm/build/cmake successfully.
(2) Then I tried to install the Python Package. I add the below two lines in .bashrc
export TVM_HOME=/path/to/tvm
export PYTHONPATH=$TVM_HOME/python:${PYTHONPATH}
(3) Last I did the pip3 install --user numpy decorator attrs
After above steps I ran python -c "import tvm", but was told no module named “tvm”.
I don’t know which part was wrong… Thanks for your suggestion.