update examples

Former-commit-id: 19681f93db399d695aa8e35f8ec2a9e720875baa
This commit is contained in:
hiyouga
2024-06-13 03:15:06 +08:00
parent 49b58fd6af
commit 46f441dd37
27 changed files with 128 additions and 199 deletions

View File

@@ -406,7 +406,7 @@ Please refer to [data/README.md](data/README.md) for checking the details about
Use the following 3 commands to run LoRA **fine-tuning**, **inference** and **merging** of the Llama3-8B-Instruct model, respectively.
```bash
llamafactory-cli train examples/lora_single_gpu/llama3_lora_sft.yaml
llamafactory-cli train examples/train_lora/llama3_lora_sft.yaml
llamafactory-cli chat examples/inference/llama3_lora_sft.yaml
llamafactory-cli export examples/merge_lora/llama3_lora_sft.yaml
```