mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 23:57:58 +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 New Issue
Block a user