foundation-model-stack / fms-acceleration

🚀 Collection of libraries used with fms-hf-tuning to accelerate fine-tuning and training of large models.
Apache License 2.0
0 stars 4 forks source link

Added support for running official HF baseline FSDP-QLoRA benchmark #16

Closed achew010 closed 1 month ago

achew010 commented 1 month ago

This PR addresses issue #10 by adding support for a FSDP-compatible HF QLoRA baseline to the our benchmarks.

Feature

This will allow users to specify a no_peft_model field in the plugin config bnb.yaml. Specifying this field will bypass the plugin.augmentation function and allow SFTTrainer to manage the PEFT preparation of the model instead.

NOTE: