Calvin Pelletier
Calvin Pelletier
(machine: Fedora Linux, 1xH100 gpu) Run `tune run lora_finetune_single_device --config llama3/8B_lora_single_device seed=0 epochs=4 max_steps_per_epoch=2` Then interrupt after one epoch has been successfully saved to disk Then run `tune run lora_finetune_single_device...
DoRA
#### Context Adding support for DoRA: https://arxiv.org/abs/2402.09353 Also refactoring `LoRALinear`. The adapter logic is now encapsulated in a submodule `LowRankAdapter` while the base layer logic remains in `LoRALinear`. This lets...
# Overview This is an RFC regarding how we should support datasets for finetuning text-conditioned image generation models. A basic data pipeline for this would be: 1. Load the JSON/CSV/TSV/Parquet/LMDB/etc....