Reset the model_name after unloading the model (#5051)
This commit is contained in:
parent
c1b99f45cb
commit
afc91edcb2
1 changed files with 1 additions and 0 deletions
|
@ -482,6 +482,7 @@ def clear_torch_cache():
|
||||||
|
|
||||||
def unload_model():
|
def unload_model():
|
||||||
shared.model = shared.tokenizer = None
|
shared.model = shared.tokenizer = None
|
||||||
|
shared.model_name = 'None'
|
||||||
shared.lora_names = []
|
shared.lora_names = []
|
||||||
shared.model_dirty_from_training = False
|
shared.model_dirty_from_training = False
|
||||||
clear_torch_cache()
|
clear_torch_cache()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue