mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-18 14:40:53 +01:00
Reset the model_name after unloading the model (#5051)
This commit is contained in:
parent
c1b99f45cb
commit
afc91edcb2
|
|
@ -482,6 +482,7 @@ def clear_torch_cache():
|
|||
|
||||
def unload_model():
|
||||
shared.model = shared.tokenizer = None
|
||||
shared.model_name = 'None'
|
||||
shared.lora_names = []
|
||||
shared.model_dirty_from_training = False
|
||||
clear_torch_cache()
|
||||
|
|
|
|||
Loading…
Reference in a new issue