From f89d9367e5471fd3a1bb8c067915c13d352350be Mon Sep 17 00:00:00 2001 From: Xunpeng Xiao <124695565+tangefly@users.noreply.github.com> Date: Wed, 7 Jan 2026 12:11:50 +0800 Subject: [PATCH] [assets] update README.md (#9724) --- README.md | 4 ++-- README_zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ```