[assets] update README.md (#9724)

This commit is contained in:
Xunpeng Xiao
2026-01-07 12:11:50 +08:00
committed by GitHub
parent d22de0d4bf
commit f89d9367e5
2 changed files with 4 additions and 4 deletions

View File

@@ -515,8 +515,8 @@ huggingface-cli login
#### Install from Source #### Install from Source
```bash ```bash
git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git git clone --depth 1 https://github.com/hiyouga/LlamaFactory.git
cd LLaMA-Factory cd LlamaFactory
pip install -e . pip install -e .
pip install -r requirements/metrics.txt pip install -r requirements/metrics.txt
``` ```

View File

@@ -517,8 +517,8 @@ huggingface-cli login
#### 从源码安装 #### 从源码安装
```bash ```bash
git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git git clone --depth 1 https://github.com/hiyouga/LlamaFactory.git
cd LLaMA-Factory cd LlamaFactory
pip install -e . pip install -e .
pip install -r requirements/metrics.txt pip install -r requirements/metrics.txt
``` ```