Hi!
I would like to use your code only for the Multi-LoRA fusion stage from the paper — i.e., to merge multiple LoRA models following Eq.(7).
I already have several LoRA models trained independently (in .safetensors format), so I don’t need to run the LoRA training stage.
Could you please confirm whether this approach is correct?
Should I skip this part completely?
cfr_lora_training(conf.MACE)
And only run the fusion stage?
multi_lora_fusion(conf.MACE)
Thank you very much for providing such a great tool!
Hi!
I would like to use your code only for the Multi-LoRA fusion stage from the paper — i.e., to merge multiple LoRA models following Eq.(7).
I already have several LoRA models trained independently (in .safetensors format), so I don’t need to run the LoRA training stage.
Could you please confirm whether this approach is correct?
Should I skip this part completely?
cfr_lora_training(conf.MACE)
And only run the fusion stage?
multi_lora_fusion(conf.MACE)
Thank you very much for providing such a great tool!