From 62ddab4b3a63e68dff3599fbb2deac4d4c263881 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: 2bec28e328ee80026417f3d055f6d6038479fbfa --- 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] ```