From 151640df8e58fc9f610c07ba7f893401dd34b239 Mon Sep 17 00:00:00 2001 From: agrajagco Date: Sun, 6 Apr 2025 21:20:44 -0600 Subject: [PATCH] Update mlc_llm.rst correcting for mlc from mlc_llm Fixed verify installation command line from mlc_llm to mlc (fails when attempting to use mlc_llm. Verified actual installed module is mlc --- docs/install/mlc_llm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/mlc_llm.rst b/docs/install/mlc_llm.rst index 415bd6682d..6318e4bcba 100644 --- a/docs/install/mlc_llm.rst +++ b/docs/install/mlc_llm.rst @@ -153,8 +153,8 @@ Then you can verify installation in command line: .. code-block:: bash - python -c "import mlc_llm; print(mlc_llm)" - # Prints out: + python -c "import mlc; print(mlc)" + # Prints out: |