LLaMA-Factory/examples/merge_lora/llama3_lora_sft.yaml
hiyouga dfff5119b4 update examples
Former-commit-id: ddec9e1b842d407790637e9b0b181f8b26926db9
2024-05-17 01:02:00 +08:00

14 lines
346 B
YAML

### Note: DO NOT use quantized model or quantization_bit when merging lora adapters
### model
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
adapter_name_or_path: saves/llama3-8b/lora/sft
template: llama3
finetuning_type: lora
### export
export_dir: models/llama3_lora_sft
export_size: 2
export_device: cpu
export_legacy_format: false