-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
Description
Motivation.
#5733 introduced LoRA bias(by using enable_lora_bias arg). We have some doubts about this implementation and have also discussed it with the author on Slack, see lora bias thread.
Considering that LoRA bias has been introduced for about 10 months now, there are almost no issues related to it and this feature appears to be rarely used, so we are considering deleting the LoRA bias-related code.
Proposed Change.
Divided into 2 stages:
- Add deprecation warning for
enable_lora_bias, Lora bias(enable_lora_bias) deprecate warning #24339 - After keeping the warning for a period of time, delete related code.
Feedback Period.
one week
CC List.
Any Other Things.
No response
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
simon-mo