dagloop5 commited on
Commit
302e246
·
verified ·
1 Parent(s): 216c0cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -568,7 +568,7 @@ def _fuse_lora_state_dict(strengths: dict[str, float]) -> dict[str, torch.Tensor
568
  continue
569
  active.append(
570
  LoraStateDictWithStrength(
571
- sd=_lora_state_dicts[label],
572
  strength=float(strength),
573
  )
574
  )
 
568
  continue
569
  active.append(
570
  LoraStateDictWithStrength(
571
+ state_dict=_lora_state_dicts[label],
572
  strength=float(strength),
573
  )
574
  )