Skip to content

Commit c02fdaf

Browse files
authored
Update compile_models.rst (mlc-ai#1038)
fix permission issue
1 parent bed9e60 commit c02fdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compilation/compile_models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The easiest way is to use MLC-LLM is to clone the repository, and compile models
3030
.. code:: bash
3131
3232
# clone the repository
33-
git clone git@github.com:mlc-ai/mlc-llm.git --recursive
33+
git clone https://github.com/mlc-ai/mlc-llm.git --recursive
3434
# enter to root directory of the repo
3535
cd mlc-llm
3636
# install mlc-llm

0 commit comments

Comments
 (0)