Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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 |
-
|
| 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 |
)
|