mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-10 07:34:00 +01:00
Minor LoRA bug fix
This commit is contained in:
parent
78af3b0a00
commit
9da7bb203d
|
|
@ -145,6 +145,7 @@ def add_lora_transformers(lora_names):
|
|||
if len(lora_names) > 1:
|
||||
merge_loras()
|
||||
|
||||
shared.lora_names = lora_names
|
||||
return
|
||||
|
||||
# If any LoRA needs to be removed, start over
|
||||
|
|
|
|||
Loading…
Reference in a new issue