mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
More robust and error prone training (#3058)
This commit is contained in:
parent
30f37530d5
commit
9b55d3a9f9
4 changed files with 65 additions and 6 deletions
|
|
@ -12,6 +12,7 @@ tokenizer = None
|
|||
is_seq2seq = False
|
||||
model_name = "None"
|
||||
lora_names = []
|
||||
model_dirty_from_training = False
|
||||
|
||||
# Chat variables
|
||||
stop_everything = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue