mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-10 17:54:17 +01:00
Add a variable to modules/shared.py
This commit is contained in:
parent
cbd63eeeff
commit
e19cbea719
|
|
@ -9,6 +9,7 @@ from modules.logging_colors import logger
|
|||
generation_lock = None
|
||||
model = None
|
||||
tokenizer = None
|
||||
is_seq2seq = False
|
||||
model_name = "None"
|
||||
lora_names = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue