mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Set multimodal status during Model Loading (#7199)
This commit is contained in:
parent
725a8bcf60
commit
57f6e9af5a
4 changed files with 30 additions and 9 deletions
|
|
@ -16,6 +16,7 @@ model = None
|
|||
tokenizer = None
|
||||
model_name = 'None'
|
||||
is_seq2seq = False
|
||||
is_multimodal = False
|
||||
model_dirty_from_training = False
|
||||
lora_names = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue