We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
/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
tvm/relay/grammar/py3
__init__.py
tvm/relay/grammar
The following py files are not installed https://github.com/dmlc/tvm/tree/master/python/tvm/relay/grammar/py3
The text was updated successfully, but these errors were encountered:
This is the issue with the latest build of TVM, Now we can't even use the TVM packages of python.
Sorry, something went wrong.
Thanks for reporting the problem, should be fixed by #4223
Related issue #4226 tvm/relay/std/prelude.rly is missing
tvm/relay/std/prelude.rly
No branches or pull requests
I built TVM with LLVM and ANTLR and installed tvm using
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
undertvm/relay/grammar
The following py files are not installed
https://github.com/dmlc/tvm/tree/master/python/tvm/relay/grammar/py3
The text was updated successfully, but these errors were encountered: