mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04: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 New Issue
Block a user