* set fp16 to false if bf16, update bf16: auto in example YAMLs * unset fp16 so that it fallsback properly if bf16 isn't available * Update README.md [skip-ci] Co-authored-by: NanoCode012 <kevinvong@rocketmail.com> * test that bf16 disables fp16 --------- Co-authored-by: NanoCode012 <kevinvong@rocketmail.com>
Overview
This is a simple example of how to finetune TinyLlama1.1B using either lora or qlora:
LoRa:
accelerate launch -m axolotl.cli.train examples/tiny-llama/lora.yml
qLoRa:
accelerate launch -m axolotl.cli.train examples/tiny-llama/qlora.yml
Both take about 10 minutes to complete on a 4090.