This commit is contained in:
hiyouga
2024-05-07 17:50:27 +08:00
parent 6159acbaa0
commit b0888262e3
7 changed files with 43 additions and 5 deletions

View File

@@ -148,6 +148,8 @@ bash examples/full_multi_gpu/predict.sh
#### 合并 LoRA 适配器
注:请勿使用量化后的模型或 `quantization_bit` 参数来合并 LoRA 适配器。
```bash
CUDA_VISIBLE_DEVICES=0 llamafactory-cli export examples/merge_lora/llama3_lora_sft.yaml
```