fix RM save model

Former-commit-id: 8104cc2425431eb1cddccf3909855296116f922b
This commit is contained in:
hiyouga
2023-08-01 11:56:17 +08:00
parent 3dee98ebc6
commit ab3f685330
7 changed files with 33 additions and 16 deletions

View File

@@ -128,6 +128,7 @@ huggingface-cli login
### 环境搭建(可跳过)
```bash
git lfs install
git clone https://github.com/hiyouga/LLaMA-Efficient-Tuning.git
conda create -n llama_etuning python=3.10
conda activate llama_etuning