You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a conda environment, activated it, installed MLC-AI and MLC-Chat nightly build packages and finally installed mlc-llm package. But when trying to run:
import mlc_llm
import mlc_chat
import tvm
I got the following error message:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
[<ipython-input-20-4d568b070d66>](https://localhost:8080/#) in <cell line: 1>()
----> 1 import mlc_llm
2 import mlc_chat
3 import tvm
2 frames
[/content/mlc-llm/mlc_llm/dispatch/dispatch_tir_operator.py](https://localhost:8080/#) in <module>
1 # pylint: disable=missing-docstring
----> 2 import tvm
3 from tvm import IRModule
4
5
ModuleNotFoundError: No module named 'tvm'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
Is there a workaround since packaged seem to be installed regarding to following working commands:
Hello,
I tried to run the notebook on google colab: https://github.com/mlc-ai/notebooks/blob/main/mlc-llm/tutorial_extensions_to_more_model_variants.ipynb
I created a conda environment, activated it, installed MLC-AI and MLC-Chat nightly build packages and finally installed mlc-llm package. But when trying to run:
I got the following error message:
Is there a workaround since packaged seem to be installed regarding to following working commands:
The text was updated successfully, but these errors were encountered: