-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
[Question] No module named 'tvm' #330
Comments
Could you remove |
Please refer to this doc for TVM installation: https://mlc.ai/mlc-llm/docs/install/tvm.html |
Same error here. Per the instructions I run to confirm tvm install: python -c "import tvm; print(tvm.file)" python -c "import tvm; print(tvm._ffi.base._LIB)" Then: mlc_llm_build --help Traceback (most recent call last): |
Hello, Same error here: mlc-ai/notebooks#24 |
This worked for me: |
Same issue when building mlc-ai from source. Solved by building tvm. (I have vulkan problem when using prebuild package.) |
you can exec: |
For me this works on Google Colab !python3 -m pip install --pre -U mlc-ai-nightly -f https://mlc.ai/wheels |
❓ General Questions
python3 build.py --hf-path=ethzanalytics/RedPajama-INCITE-Chat-3B-v1-GPTQ-4bit-128g
Traceback (most recent call last):
File "/Users/xxx/mlc-llm/build.py", line 8, in
import tvm
ModuleNotFoundError: No module named 'tvm'
and I have already installed tvm by:
python3 -m pip install tvm
The text was updated successfully, but these errors were encountered: