LLaMA-Factory / examples /merge_lora /llama3_gptq.yaml
Justinrune's picture
Upload folder using huggingface_hub
2852136 verified
raw
history blame contribute delete
262 Bytes
### model
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
template: llama3
### export
export_dir: models/llama3_gptq
export_quantization_bit: 4
export_quantization_dataset: data/c4_demo.json
export_size: 2
export_device: cpu
export_legacy_format: false