|
|
|
|
|
by edwardjhu
1180 days ago
|
|
> Merged means you are modifying the model weights, which means you are stuck with that one model on that device (though, this usually applies for most implementations for the unmerged versions too). If one is careful with floating point issues, it's straightforward to unmerge the weights. W_0 = W_1 - BA Yes, prompt-based methods don't involve swapping weights. |
|
(Also, I'm assuming you're the first author of LoRA.)