mlc-llm
mlc-llm copied to clipboard
ImportError: cannot import name 'relax' from 'tvm'
I'm using conda enviroment, with python=3.10, and I did:
pip install apache-tvm pytest
why that happend? did I installed tvm the wrong way?
you can install tvm unity via "pip install -I mlc_ai_nightly -f https://mlc.ai/wheels".
you can install tvm unity via "
pip install -I mlc_ai_nightly -f https://mlc.ai/wheels".
Hi, I installed tvm unity this way but I still get the error. Do you have any idea what might be wrong.
Please follow this page for detailed instructions of proper TVM installation and validation
Please follow this page for detailed instructions of proper TVM installation and validation
Which page? I hit the same error... In my search I find that apache tvm github has a "unity" git branch and that has "relax" module. So, should I use this branch to install tvm?? Ref: https://github.com/apache/tvm/tree/unity
https://mlc.ai/mlc-llm/docs/install/tvm.html