Open fabianlim opened 2 weeks ago
This issue to be done after #99
the kernel-hyperdrive has support for LoRA adapters, but need to install it properly into the plugin
kernel-hyperdrive
prepare
model_loader
augmentation
peft_config
fsdp_save
load
In addition we defer the following things
--bf16
--fp16
This issue to be done after #99
the
kernel-hyperdrive
has support for LoRA adapters, but need to install it properly into the pluginprepare
happen during augmentation (still use themodel_loader
). inaugmentation
we intercept thepeft_config
fsdp_save
andload
functions to support adapters.In addition we defer the following things
--bf16
or--fp16
flags easily.