I built TVM with LLVM and ANTLR and installed tvm using
cd python
sudo python3 setup.py install
Ubuntu 19.10 , Python 3.7
tvm is installed to /usr/local/lib/python3.7/dist-packages/tvm-0.6.dev0-py3.7-linux-x86_64.egg/tvm
But I do not see tvm/relay/grammar/py3 folder after the installation. I only see __init__.py under tvm/relay/grammar
The following py files are not installed
https://github.com/dmlc/tvm/tree/master/python/tvm/relay/grammar/py3