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
|
@ -339,6 +339,7 @@ def clear_torch_cache():
|
|||
def unload_model():
|
||||
shared.model = shared.tokenizer = None
|
||||
shared.lora_names = []
|
||||
shared.model_dirty_from_training = False
|
||||
clear_torch_cache()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue