We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b656b2d commit 81976e0Copy full SHA for 81976e0
docs/deploy/android.rst
@@ -136,7 +136,7 @@ We have a one-line command to build and prepare all the model libraries:
136
.. code:: bash
137
138
cd /path/to/MLCChat # e.g., "android/MLCChat"
139
- export MLC_LLM_SOURCE_DIR=/path/to/mlc-llm # e.g., "../.."
+ export MLC_LLM_SOURCE_DIR=/path/to/mlc-llm # has to be absolute path, ../.. does not work
140
mlc_llm package
141
142
This command mainly executes the following two steps:
0 commit comments