diff --git a/README.md b/README.md index bf20e9090..ffa3d4ac7 100644 --- a/README.md +++ b/README.md @@ -515,8 +515,8 @@ huggingface-cli login #### Install from Source ```bash -git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git -cd LLaMA-Factory +git clone --depth 1 https://github.com/hiyouga/LlamaFactory.git +cd LlamaFactory pip install -e . pip install -r requirements/metrics.txt ``` diff --git a/README_zh.md b/README_zh.md index d2f543f13..1922ffbb0 100644 --- a/README_zh.md +++ b/README_zh.md @@ -517,8 +517,8 @@ huggingface-cli login #### 从源码安装 ```bash -git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git -cd LLaMA-Factory +git clone --depth 1 https://github.com/hiyouga/LlamaFactory.git +cd LlamaFactory pip install -e . pip install -r requirements/metrics.txt ```