Add use_rslora reference to LoraConfig inititalisation (#2539)
Co-authored-by: jkumz <janusz.kumor01@gmail.com>
This commit is contained in:
parent
568a806fc8
commit
22f2fea2ea
1 changed files with 1 additions and 0 deletions
|
|
@ -538,6 +538,7 @@ class FastBaseModel:
|
|||
lora_dropout = lora_dropout,
|
||||
bias = bias,
|
||||
task_type = task_type,
|
||||
use_rslora = use_rslora,
|
||||
)
|
||||
model = prepare_model_for_kbit_training(
|
||||
model,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue