LLaMA-Factory/examples/merge_lora/llama3_lora_sft.yaml
hiyouga 52cc6bce38 fix #3602
Former-commit-id: b0888262e371280f2b69ab529040b3a99632fc12
2024-05-07 17:50:27 +08:00

14 lines
340 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