This commit is contained in:
hiyouga
2025-12-27 07:36:30 +08:00
parent 66e6aa8f37
commit a24d8cc78c
2 changed files with 2 additions and 2 deletions

View File

@@ -516,7 +516,7 @@ huggingface-cli login
```bash
git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git
cd LLaMA-Factory
pip install -e ".[torch,metrics]" --no-build-isolation
pip install -e ".[metrics]" --no-build-isolation
```
可选的额外依赖项:`metrics``deepspeed`。使用 `pip install -e ".[metrics,deepspeed]"` 安装。