Skip to content

Commit fcb50a2

Browse files
authored
fix: typo error (#2544)
1 parent 208642d commit fcb50a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/compilation/package_libraries_and_weights.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Compilation Cache
182182
``mlc_llm package`` leverage a local JIT cache to avoid repetitive compilation of the same input.
183183
It also leverages a local cache to download weights from remote. These caches
184184
are shared across the entire project. Sometimes it is helpful to force rebuild when
185-
we have a new compiler update or when something goes wrong with the ached library.
185+
we have a new compiler update or when something goes wrong with the cached library.
186186
You can do so by setting the environment variable ``MLC_JIT_POLICY=REDO``
187187

188188
.. code:: bash

docs/deploy/android.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ This library packages the dependent model libraries and necessary runtime to exe
182182

183183
We leverage a local JIT cache to avoid repetitive compilation of the same input.
184184
However, sometimes it is helpful to force rebuild when we have a new compiler update
185-
or when something goes wrong with the ached library.
185+
or when something goes wrong with the cached library.
186186
You can do so by setting the environment variable ``MLC_JIT_POLICY=REDO``
187187

188188
.. code:: bash

docs/deploy/ios.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Please make sure ``dist/`` follows the structure below, except the optional mode
9999

100100
We leverage a local JIT cache to avoid repetitive compilation of the same input.
101101
However, sometimes it is helpful to force rebuild when we have a new compiler update
102-
or when something goes wrong with the ached library.
102+
or when something goes wrong with the cached library.
103103
You can do so by setting the environment variable ``MLC_JIT_POLICY=REDO``
104104

105105
.. code:: bash

0 commit comments

Comments
 (0)