From c02fdafc917d8bdc941ecb18be7e943cef22d89b Mon Sep 17 00:00:00 2001 From: yongjer <54315206+yongjer@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:58:51 +0800 Subject: [PATCH] Update compile_models.rst (#1038) fix permission issue --- docs/compilation/compile_models.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compilation/compile_models.rst b/docs/compilation/compile_models.rst index e559c8fc27..b5f1044b75 100644 --- a/docs/compilation/compile_models.rst +++ b/docs/compilation/compile_models.rst @@ -30,7 +30,7 @@ The easiest way is to use MLC-LLM is to clone the repository, and compile models .. code:: bash # clone the repository - git clone git@github.com:mlc-ai/mlc-llm.git --recursive + git clone https://github.com/mlc-ai/mlc-llm.git --recursive # enter to root directory of the repo cd mlc-llm # install mlc-llm