* more sane defaults for openllama 3b used for quickstarts * don't use bf16 for quickstart to simplify gpu compatibility * use the update openlm-research/open_llama_3b_v2 models
openllama-3b
Basic full tune
accelerate launch scripts/finetune.py examples/openllama-3b/config.yml
LoRA
accelerate launch scripts/finetune.py examples/openllama-3b/lora.yml
QLoRA
accelerate launch scripts/finetune.py examples/openllama-3b/qlora.yml