Skip to content

Commit 81976e0

Browse files
authored
Fix relativ path comment (#3008)
Relative Path causes this error. #2600 One can really only use an absolute path here
1 parent b656b2d commit 81976e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy/android.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ We have a one-line command to build and prepare all the model libraries:
136136
.. code:: bash
137137
138138
cd /path/to/MLCChat # e.g., "android/MLCChat"
139-
export MLC_LLM_SOURCE_DIR=/path/to/mlc-llm # e.g., "../.."
139+
export MLC_LLM_SOURCE_DIR=/path/to/mlc-llm # has to be absolute path, ../.. does not work
140140
mlc_llm package
141141
142142
This command mainly executes the following two steps:

0 commit comments

Comments
 (0)