Open RonanKMcGovern opened 7 months ago
as a user of pyreft I want to highlight the need for selecting subspaces into a hypothetical PyreftRequest (see https://github.com/stanfordnlp/pyreft/issues/63#issuecomment-2073233538)
Any traction on this?
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!
unstale
🚀 The feature, motivation and pitch
Motivation is to allow ReFT representations to be applied on the fly during inference, which can be done in a batchwise manner.
this is much faster than applying LoRAs
Alternatives
LoRA is too slow as it requires adapter weights to be added, which increases the number of operations.
Additional context
See https://github.com/stanfordnlp/pyreft/issues/63