Skip to content

Update mlc_llm.rst correcting for mlc from mlc_llm #3196

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

agrajagco
Copy link

Fixed verify installation command line from mlc_llm to mlc (fails when attempting to use mlc_llm). Verified actual installed module is mlc as shown below.

(mlc-prebuilt) agrajag@tor-orin:/opt/miniconda3/envs/mlc-prebuilt/lib/python3.11/site-packages/mlc$ ls -la
total 16
drwxrwxr-x  3 agrajag agrajag 4096 Apr  6 20:59 .
drwxrwxr-x 13 agrajag agrajag 4096 Apr  6 20:59 ..
-rw-rw-r--  1 agrajag agrajag   15 Apr  6 20:59 __init__.py
drwxrwxr-x  2 agrajag agrajag 4096 Apr  6 20:59 __pycache__
(mlc-prebuilt) agrajag@tor-orin:/opt/miniconda3/envs/mlc-prebuilt/lib/python3.11/site-packages/mlc$ python -c "import mlc; print(mlc)"
<module 'mlc' from '/opt/miniconda3/envs/mlc-prebuilt/lib/python3.11/site-packages/mlc/__init__.py'>

Fixed verify installation command line from mlc_llm to mlc (fails when attempting to use mlc_llm.  Verified actual installed module is mlc
@MasterJH5574
Copy link
Member

May I ask how did you install mlc? We don't have a namespace called mlc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants