From a810d1b98e0adb80f91dd3fac21c5a5c2f5a6403 Mon Sep 17 00:00:00 2001 From: hiyouga <467089858@qq.com> Date: Sat, 18 May 2024 23:09:03 +0800 Subject: [PATCH] update readme Former-commit-id: e0beb67a417b13c818a09bd419d4e20dd44ca842 --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da81a929..601f67a9 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ huggingface-cli login > Installation is mandatory. ```bash -git clone https://github.com/hiyouga/LLaMA-Factory.git +git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git cd LLaMA-Factory pip install -e .[torch,metrics] ``` diff --git a/README_zh.md b/README_zh.md index b8f5e6ab..27b122b0 100644 --- a/README_zh.md +++ b/README_zh.md @@ -320,7 +320,7 @@ huggingface-cli login > 此步骤为必需。 ```bash -git clone https://github.com/hiyouga/LLaMA-Factory.git +git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git cd LLaMA-Factory pip install -e .[torch,metrics] ```